home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / sound / mrmpeg / continue.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1997-11-22  |  182 b   |  12 lines

  1. /* Continue.rexx */
  2.  
  3. options results; address MrMPEG
  4.  
  5. check ID PLAY
  6. if result = 1 then do
  7.   setvar cont 1
  8.   setclip('MrMPEG_FLAG', 1)
  9.   address command 'Kill >NIL: MPEGA'
  10. end
  11. return
  12.