home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / games / advent / !Zip / !Run < prev    next >
Text File  |  1994-08-20  |  823b  |  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. If "%*0" <> "" Then Run <Obey$Dir>.!RunImage %*0
  35.