home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / demos / t / tas_art / !TAS_Art / !Run next >
Encoding:
Text File  |  1992-02-20  |  625 b   |  16 lines

  1. | II version
  2. Set TAS_Art$Dir <Obey$Dir>
  3. IconSprites <Obey$Dir>.!Sprites
  4. If "<System$Path>" = "" then Error 0 System resources cannot be found 
  5. RMEnsure MemAlloc RMLOAD System:Modules.MemAlloc
  6. Screensize 160k         ERROR 0 Can't set screensize
  7. RMAFree 320k            ERROR 0 Can't claim RMA size
  8. RMEnsure TrackerModule  RMLoad <Obey$Dir>.PMx ERROR 0 Do you wan't music ?
  9. RMEnsure LZWD           RMLoad <Obey$Dir>.LZW.LZWD ERROR 0 'LZWD' must be loaded !
  10. RMEnsure Snakk          RMLoad <Obey$Dir>.Snakk ERROR 0 Where is my voice ?
  11. Run <Obey$Dir>.Code
  12. RMKill LZWD
  13. RMKill MemAlloc         
  14. RMKill TrackerModule
  15. RMKill Snakk!!
  16.