home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsm / mpeg / !MPEG / mpegRun < prev    next >
Text File  |  1993-06-01  |  565b  |  19 lines

  1. | mpegRun
  2. | MPEG port by Paul LeBeau
  3.  
  4.  
  5. If "<System$Path>" = "" then Error 0 System resources cannot be found
  6.  
  7. RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.Clib
  8. RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 or later
  9.  
  10. RMEnsure ColourTrans 0.52 RMLoad System:Modules.Colours
  11. RMEnsure ColourTrans 0.52 Error You need ColourTrans 0.52 or later
  12.  
  13. RMensure FPEmulator 2.80 RMload System:modules.FPEmulator
  14. RMensure FPEmulator 2.80 Error You need at least version 2.80 of the floating point emulator
  15.  
  16. WimpSlot -min 224k -max 224k
  17.  
  18. Run <MPEG$Dir>.mpeg_play %*0
  19.