home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / cdity / wizkey.lha / WizKey / InstallPrefs < prev    next >
Encoding:
Text File  |  1992-06-08  |  260 b   |  13 lines

  1. ; installation of WizKey.prefs in env:WizKey/WizKey.prefs
  2. ; and envarc:WizKey/Wizkey.prefs
  3.  
  4. IF NOT EXISTS env:WizKey
  5. makedir env:WizKey
  6. ENDIF
  7. copy WizKey.prefs env:WizKey
  8.  
  9. IF NOT EXISTS envarc:Wizkey
  10. makedir envarc:WizKey
  11. ENDIF
  12. copy WizKey.prefs envarc:WizKey
  13.