home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ANews 2
/
AnewsCD2.iso
/
Indispensables
/
Son
/
songplayer
/
arexx
/
Stop.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-10-04
|
192b
|
14 lines
/* Arexx Stop command of SongPlayer */
MYPORT = 'SONGPLAYER.1'
IF ~SHOW( 'P', MYPORT ) THEN DO
SAY 'SongPlayer is not running.'
EXIT 10
END
ADDRESS VALUE MYPORT
OPTIONS RESULTS
STOP