[Gambas-user] Online radio with "Shell"

Kende Krisztián nemh at ...2007...
Sun Dec 1 21:43:33 CET 2013


2013-12-01 21:30 keltezéssel, abbat81 írta:
> Hi!
> Help me please.
> I want to make some small GUI app for online radio using "Shell"
> Here is sample string for terminal.
>    
>
> *"mplayer -cache 128 http://music.myradio.ua/trance_news128.mp3"*
>   
>
> How can I use it?
>
> Hext does not work:
>
> *Public Sub Form_Open()
>    Dim a As String
>    Shell "mplayer -cache 128 http://music.myradio.ua/trance_news128.mp3" To a
>    Print a
> End*
>
> Thanks
>

?

Exec ["mplayer", "-cache", "128", 
"http://music.myradio.ua/trance_news128.mp3"] Wait





More information about the User mailing list