home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1995 / ARCHIVE95.iso / discs / shareware / share_37 / bas_edit / !BasEdit / !Run < prev    next >
Text File  |  1991-01-15  |  364b  |  20 lines

  1. | !Run for !BasEdit version 1.50
  2. | (C)1990 Duco Fennema
  3.  
  4. RMEnsure ArmBasicEditor 0 RMload <Obey$Dir>.Armbe
  5.  
  6. IconSprites <Obey$Dir>.!Sprites
  7.  
  8. Set BasEdit$Dir  <Obey$Dir>
  9.  
  10. | This line sets the initial status of the options
  11. Set BasEdit$Options -EnterAt . -CSD -NoDir
  12.  
  13. Set Key$1 "*desktop|M"
  14.  
  15. WimpSlot -min 32k -max 32k
  16.  
  17. Run "<BasEdit$Dir>.!RunImage"
  18.  
  19. Unset BasEdit$*
  20.