home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1997 #4
/
amigaacscoverdisc1997-041997.iso
/
w_acs_6'97
/
eagleplayer
/
installdata
/
arexxexamples.lha
/
EP_PausePlaying.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
182b
|
15 lines
/* EaglePlayer - Pause Playing */
address 'rexx_EP'
options results
status G fil
if result == "no" then do
say "No Module loaded !"
end
else do
Pause
say "Pause playing !"
end