home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / shareware / share_34 / draw / !Draw1 / !Run < prev    next >
Text File  |  1990-07-20  |  630b  |  19 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 Draw 1.01 Error 0 Draw module not found
  7. RMEnsure SharedCLibrary 3.50 Load System:Modules.Clib
  8. RMEnsure SharedCLibrary 3.50 Error 0 Shared C Library not found
  9.  
  10. IconSprites <Obey$Dir>.!Sprites
  11.  
  12. Set Draw2$Dir <Obey$Dir>
  13. If "<Draw$PrintFile>" = "" Then Set Draw$PrintFile printer:
  14. Set Alias$@RunType_AFF /<Draw2$Dir> -load %%*0
  15. Set Alias$@PrintType_AFF /<Draw2$Dir> -print %%*0
  16.  
  17. WimpSlot -min 300K -max 300K
  18. Run "<Draw2$Dir>.Draw2" %*0
  19.