home *** CD-ROM | disk | FTP | other *** search
- ; installation of WizKey.prefs in env:WizKey/WizKey.prefs
- ; and envarc:WizKey/Wizkey.prefs
-
- IF NOT EXISTS env:WizKey
- makedir env:WizKey
- ENDIF
- copy WizKey.prefs env:WizKey
-
- IF NOT EXISTS envarc:Wizkey
- makedir envarc:WizKey
- ENDIF
- copy WizKey.prefs envarc:WizKey
-