home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / word / misc / 002 / install.bat < prev    next >
DOS Batch File  |  1990-05-08  |  2KB  |  36 lines

  1. echo off
  2. cls
  3. REM  INSTALL.BAT FOR CG 2.1 (May 1990)
  4. if exist CG1.ARC goto QUIT
  5. if %1. == . goto DEF
  6. if not exist %1CG1.ARC goto QUIT
  7. %1PKXARC -r %1CG1 INSTALL?.BAT >nul
  8. INSTALL1 %1 >nul
  9. :DEF
  10. if not exist A:CG1.ARC goto QUIT
  11. A:PKXARC -r A:CG1 INSTALL?.BAT >nul
  12. INSTALL1 A: >nul
  13. :QUIT
  14. cls
  15. echo  ╔═══════════════════════════════════════════════════════════════════════╗
  16. echo  ║                                                                       ║
  17. if %1. == . goto DEFQUIT
  18. if EXIST %13 echo  ║     To install, insert the Correct Grammar disk in a diskette drive.  ║
  19. goto QUIT3
  20. :DEFQUIT
  21. if EXIST A:3 echo  ║     To install, insert the Correct Grammar disk in a diskette drive.  ║
  22. if not exist A:3 echo  ║     To install Correct Grammar, insert DISK 1 in your diskette drive. ║
  23. :QUIT3
  24. echo  ║     Change to the hard disk drive and subdirectory in which you want  ║
  25. echo  ║     Correct Grammar installed.  Type the command  A:INSTALL.          ║
  26. echo  ║     If your diskette drive is not A:, type the command  d:INSTALL  d: ║
  27. echo  ║     where d: represents the diskette drive containing the Correct     ║
  28. echo  ║     Grammar diskette.                                                 ║
  29. echo  ║                                                                       ║
  30. echo  ║     To install Correct Grammar, you need 1.2 Mb of available space    ║
  31. echo  ║     on your hard disk.                                                ║
  32. echo  ║                                                                       ║
  33. echo  ╚═══════════════════════════════════════════════════════════════════════╝
  34. :END
  35.  
  36.