home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / fun / mags / hl-05-93.arc / !HL-05_93_!Run < prev    next >
Text File  |  1993-12-06  |  751b  |  36 lines

  1. ||
  2. || !Run for Hardliner -
  3. ||          The ultimate diskmag.
  4. ||
  5. ||          Issue 05/93
  6. ||
  7. ||          ⌐ 1993 by BPP
  8. ||
  9.  
  10. Set Hard$Dir <Obey$Dir>
  11.  
  12. Set MemAlloc "Ja"
  13. Set LZW "Ja"
  14. Set Coconizer "Ja"
  15.  
  16. RMEnsure MemAlloc 0.11 Set MemAlloc "Nein"
  17. RMEnsure LZW 1.02 Set LZW "Nein"
  18. RMEnsure Coco. 1.01 Set Coconizer "Nein"
  19.  
  20. If MemAlloc="Nein" Then RMLoad <Hard$Dir>.Mods.MemAlloc
  21. If LZW="Nein" Then RMLoad <Hard$Dir>.Mods.LZW
  22. If Coconizer="Nein" Then Run <Hard$Dir>.Mods.CocoPlayer
  23. RMEnsure WindowManager 3.00 RMLoad <Hard$Dir>.Mods.MODE35
  24.  
  25. SCREENSIZE 224K
  26.  
  27. WIMPSLOT -min 512k -max 512k
  28.  
  29. RUN <Hard$Dir>.!Intro
  30. SCREENSIZE 224k
  31. RUN <Hard$Dir>.!RunImage
  32.  
  33. If MemAlloc="Nein" Then RMKill MemAlloc
  34. If Coconizer="Nein" Then RMKill Coco.
  35. If LZW="Nein" Then RMKill LZW
  36.