home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / z / zapconfig / !ZapConfig / !Run < prev    next >
Text File  |  1996-12-18  |  841b  |  25 lines

  1. | !Run for !ZapConfig
  2. | © James Aylett 1996
  3.  
  4. If "<ZapConfig$Running>" = "Yes" Then Error 0 You can only run one copy of ZapConfig at once!
  5.  
  6. IconSprites <Obey$Dir>.!Sprites
  7. Set ZapConfig$Dir <Obey$Dir>
  8.  
  9. If "<Zap$Dir>" = "" Then Error Please locate a copy of Zap before running ZapConfig.
  10. If "<Wimp$ScrapDir>" = "" Then Error Please locate !Scrap before running ZapConfig.
  11.  
  12. RMEnsure UtilityModule 3.10 Error 0 You need RiscOS 3.10 or later to run ZapConfig.
  13.  
  14. WimpSlot -min 128K -max 128K
  15.  
  16. |
  17. | Options:
  18. |    -prerpc        runs in pre-RPC mode (only affects keybindings window)
  19. |    -filerpatch    support for FilerPatch extended object attributes
  20. |
  21.  
  22. | Auto-detection of RPC/pre-RPC state. Edit if required.
  23. Set Alias$ZapConfig /<ZapConfig$Dir>.!RunImage
  24. RMEnsure UtilityModule 3.50 Set Alias$ZapConfig /<ZapConfig$Dir>.!RunImage -prerpc -filerpatch
  25. ZapConfig