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

  1. ||
  2. || !Run for Hardliner -
  3. ||          The ultimate diskmag.
  4. ||
  5. ||          Issue 04/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 448k -max 448k
  28.  
  29. RUN <Hard$Dir>.!Intro
  30. RUN <Hard$Dir>.!RunImage
  31.  
  32. If MemAlloc="Nein" Then RMKill MemAlloc
  33. If Coconizer="Nein" Then RMKill Coco.
  34. If LZW="Nein" Then RMKill LZW
  35.