home *** CD-ROM | disk | FTP | other *** search
/ YPA: Your Privacy Assured / YPA.ISO / other_goodies / music / ep154b_1.dms / ep154b_1.adf / Rexx / EP_XPKPacked.rexx < prev   
OS/2 REXX Batch file  |  1995-01-17  |  202b  |  15 lines

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