home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1997 #4
/
amigaacscoverdisc1997-041997.iso
/
w_acs_6'97
/
eagleplayer
/
installdata
/
arexxexamples.lha
/
EP_PPPacked.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
202b
|
15 lines
/* EaglePlayer - Packmode-Modus = PowerPacked */
address 'rexx_EP'
options results
PPPacked
if result == "no" then do
say "Unable to use PP-Cruncher !"
end
else do
say "Now use PP-Cruncher !"
end