home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / compusrv / cservcat / install.bat < prev   
Encoding:
DOS Batch File  |  1993-09-15  |  399 b   |  21 lines

  1. @ECHO OFF
  2. CLS
  3. if "%1"=="" goto param_error
  4. cservc -d %1
  5. echo .
  6. echo . Installation ended, add cservcat.exe to one of the
  7. echo . Windows groups and good luck.
  8. echo .
  9. goto end
  10.  
  11. :param_error
  12. CLS
  13. echo . Installation of Cservcat
  14. echo .
  15. echo . Usage: install '1'  where 1 is the full pathname to install to
  16. echo . If the directory is not yet present it will be created.
  17. echo .
  18.  
  19. :end
  20.  
  21.