home *** CD-ROM | disk | FTP | other *** search
- echo OFF
- cls
- REM SINSTALL.BAT FOR CGW 1.02 (September 1991) - NETWORK SERVER
- if exist SINSTALL.BAT goto QUIT
- if %1. == . goto DEF
- if not exist %1SINSTALL.BAT goto QUIT
- copy %1SINSTAL1.BAT >nul
- SINSTAL1 %1 >nul
- :DEF
- if not exist A:SINSTALL.BAT goto QUIT
- copy A:SINSTAL1.BAT >nul
- SINSTAL1 A: >nul
- :QUIT
- cls
- echo ╔═══════════════════════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ To install to your network server, insert the Correct Grammar ║
- echo ║ for Windows Disk 1 in a diskette drive. ║
- echo ║ ║
- echo ║ Change to the server drive and subdirectory to which you want ║
- echo ║ Correct Grammar installed. This drive and directory should ║
- echo ║ be available to all users easily through their PATH statement. ║
- echo ║ ║
- echo ║ For example, on a Novell network, this should be drive Z: ║
- echo ║ and the standard directory for applications. ║
- echo ║ ║
- echo ║ Then, type A:SINSTALL ║
- echo ║ ║
- echo ║ If your diskette drive is not A:, the command is d:SINSTALL d: ║
- echo ║ where d: represents the diskette drive containing the Correct ║
- echo ║ Grammar diskette. ║
- echo ║ ║
- if exist %1CGBRGCS.DAT echo ║ To install Correct Grammar, you need 2.5 Mb of available space ║
- if not exist %1CGBRGCS.DAT echo ║ To install Correct Grammar, you need 1.5 Mb of available space ║
- echo ║ on your server disk. ║
- echo ║ ║
- echo ╚═══════════════════════════════════════════════════════════════════════╝
- :END