home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 3197b.dms / 3197b.adf / ArexxExamples.lha / EP_PPPacked.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1993-10-21  |  202 b   |  15 lines

  1. /* EaglePlayer - Packmode-Modus = PowerPacked */
  2.  
  3. address 'rexx_EP'
  4.  
  5. options results
  6.  
  7. PPPacked
  8.  
  9. if result == "no" then do
  10.     say "Unable to use PP-Cruncher !"
  11. end
  12. else do
  13.     say "Now use PP-Cruncher !"
  14. end
  15.