home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / comdemos / progs / windowed / !WindowEd / !Boot next >
Encoding:
Text File  |  1992-01-16  |  984 b   |  21 lines

  1. |                   +----------------------------------+
  2. |                   |                                  |
  3. |                   |   !Boot obey file for WindowEd   |
  4. |                   |      © 1992 Armen Software       |
  5. |                   |                                  |
  6. |                   +----------------------------------+
  7.                                                         
  8. | +------------------------------------------------------------------------+
  9. | | Set up variables and things                                            |
  10. | +------------------------------------------------------------------------+
  11.  
  12. | Point to WindowEd resource files
  13.     Set WindowEd$Dir <Obey$Dir>
  14.  
  15. | Set up template files to load WindowEd if a template file is double-clicked
  16.     SetMacro Alias$@RunType_FEC Run <WindowEd$Dir> %%*0
  17.  
  18. | Load in icon for Filer display
  19.     IconSprites <WindowEd$Dir>.!Sprites
  20.  
  21. | --------------------------------------------------------------------------