home *** CD-ROM | disk | FTP | other *** search
/ ISV Strong Games / ISV_STRONG_GAMES.iso / adventure / infocom / !ZIP / !RUN < prev    next >
Text File  |  1993-09-09  |  803b  |  35 lines

  1. |
  2. | !Run file for Edouard Poor's port of Mark Howell's ZIP
  3. | ======================================================
  4.  
  5. |
  6. | First set our path variable so that all
  7. | file actions prefromed by the application
  8. | may use Zip:* style filenames.
  9. |
  10. Set Zip$Path <Obey$Dir>.
  11.  
  12. |
  13. | Secondly set up the file vars so that we
  14. | are automatically called when a file is
  15. | double-clicked, as well as calling filetype
  16. | 0x061 'Z-Code'
  17. |
  18. Set File$Type_061 Z-Code
  19. Set Alias$@RunType_061 Run Zip:!Run %%*0
  20.  
  21. |
  22. | Next, make sure that the appropriate
  23. | file sprites have been loaded (in case
  24. | we are run off a hot-key and the !boot
  25. | hasn't been run yet.
  26. |
  27. IconSprites Zip:!Sprites
  28.  
  29. |
  30. | Finally, set the wimp slot to an appropriate
  31. | value and launch the executable.
  32. |
  33. Wimpslot -Min 128k -Max 176k
  34. Run <Obey$Dir>.!RunImage %*0
  35.