home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 18 / 18.iso / w / w364 / 8.img / SINSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-10-04  |  2.2 KB  |  39 lines

  1. echo OFF
  2. cls
  3. REM  SINSTALL.BAT FOR CGW 1.02 (September 1991) - NETWORK SERVER
  4. if exist SINSTALL.BAT goto QUIT
  5. if %1. == . goto DEF
  6. if not exist %1SINSTALL.BAT goto QUIT
  7. copy %1SINSTAL1.BAT >nul
  8. SINSTAL1 %1 >nul
  9. :DEF
  10. if not exist A:SINSTALL.BAT goto QUIT
  11. copy A:SINSTAL1.BAT >nul
  12. SINSTAL1 A: >nul
  13. :QUIT
  14. cls
  15. echo  ╔═══════════════════════════════════════════════════════════════════════╗
  16. echo  ║                                                                       ║
  17. echo  ║     To install to your network server, insert the  Correct Grammar    ║
  18. echo  ║     for Windows Disk 1 in a diskette drive.                           ║
  19. echo  ║                                                                       ║
  20. echo  ║     Change to the server drive and subdirectory to which you want     ║
  21. echo  ║     Correct Grammar installed.  This drive and directory should       ║
  22. echo  ║     be available to all users easily through their PATH statement.    ║
  23. echo  ║                                                                       ║
  24. echo  ║     For example, on a Novell network, this should be drive Z:         ║
  25. echo  ║     and the standard directory for applications.                      ║
  26. echo  ║                                                                       ║
  27. echo  ║     Then, type A:SINSTALL                                             ║
  28. echo  ║                                                                       ║
  29. echo  ║     If your diskette drive is not A:, the command is  d:SINSTALL  d:  ║
  30. echo  ║     where d: represents the diskette drive containing the Correct     ║
  31. echo  ║     Grammar diskette.                                                 ║
  32. echo  ║                                                                       ║
  33. if exist %1CGBRGCS.DAT echo  ║     To install Correct Grammar, you need 2.5 Mb of available space    ║
  34. if not exist %1CGBRGCS.DAT echo  ║     To install Correct Grammar, you need 1.5 Mb of available space    ║
  35. echo  ║     on your server disk.                                              ║
  36. echo  ║                                                                       ║
  37. echo  ╚═══════════════════════════════════════════════════════════════════════╝
  38. :END
  39.