Pages vues depuis 06/01/2019 : 23 435 566
Index du forum »» Logiciel »» [Résolu] - Scripts Arexx perdus pour piloter ANR depuis PolyOrga
/**/
if ~show('Ports','AMINETRADIO.1') then do
address command
'run <>NIL: chemin_vers_aminetradio'
'waitforport AMINETRADIO.1'
end
if show('Ports','AMINETRADIO.1') then do
address 'AMINETRADIO.1'
'PLAY NAME="http://radio.rim952.fr:8000/stream.mp3"'
'SAVETODISK'
end
rx <>NIL: "address AMINETRADIO.1'QUIT'" ("<>NIL:" pour ne pas avoir de message d'erreur quand il ne trouve pas le port)