home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- CLS
- if "%1"=="" goto param_error
- cservc -d %1
- echo .
- echo . Installation ended, add cservcat.exe to one of the
- echo . Windows groups and good luck.
- echo .
- goto end
-
- :param_error
- CLS
- echo . Installation of Cservcat
- echo .
- echo . Usage: install '1' where 1 is the full pathname to install to
- echo . If the directory is not yet present it will be created.
- echo .
-
- :end
-