home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / d / draw / !Draw1 / !Run < prev    next >
Encoding:
Text File  |  1990-10-18  |  815 b   |  23 lines

  1.  
  2. If "<System$Path>" = "" Then Error 0 System resources cannot be found
  3.  
  4. RMEnsure ColourTrans 0.52 Load System:Modules.Colours
  5. RMEnsure ColourTrans 0.52 Error 0 ColourTrans module not found
  6. RMEnsure SharedCLibrary 3.50 Load System:Modules.Clib
  7. RMEnsure SharedCLibrary 3.50 Error 0 Shared C Library not found
  8. RMEnsure FPEmulator 0.00 Load System:Modules.FPEmulator
  9. RMEnsure FPEmulator 0.00 Error 0 FPEmulator module not found
  10.  
  11. RMEnsure Draw 1.01 Error 0 Draw module not present
  12. RMEnsure FontManager 0.00 Error 0 FontManager module not present
  13.  
  14. IconSprites <Obey$Dir>.!Sprites
  15.  
  16. Set Draw2$Dir <Obey$Dir>
  17. If "<Draw$PrintFile>" = "" Then Set Draw$PrintFile printer:
  18. Set Alias$@RunType_AFF /<Draw2$Dir> -load %%*0
  19. Set Alias$@PrintType_AFF /<Draw2$Dir> -print %%*0
  20.  
  21. WimpSlot -min 300K -max 300K
  22. Run "<Draw2$Dir>.Draw2" %*0
  23.