home *** CD-ROM | disk | FTP | other *** search
-
- :JUMP1
- cls
- echo Please insert CLEAR System Disk (#1) in drive A:
- pause
- if not exist a:cclear.com goto JUMP1
- cls
- echo Copying CLEAR System Files
- copy a:*.* %1 > nul
- if not exist %1\cclear.com goto 1ERROR
- if not exist %1\ccsetup.com goto 1ERROR
- if not exist %1\getfiles.exe goto 1ERROR
- %1\ccsetup /B
-
- cls
- echo ....................................................................
- echo CLEAR has been installed on %1
- echo ....................................................................
- echo The VIRTUAL MEMORY directories have been set to %1\temp
- echo In order to change the virtual memory or file output directories,
- echo run Reconfigure utility of the QUIT/RUN menu (Diagram Buffers).
- echo ....................................................................
- echo 1. To begin the sample session, change directory to %1
- echo and enter "TUTOR".
- echo 2. To start CLEAR for the first time, change directory to
- echo %1 enter "FIRSTRUN".
- echo ....................................................................
- echo Note for advanced users:
- echo ....................................................................
- echo a. If you are going to use DOS background printing (User's
- echo Guide pages 7-13 through 7-15), include the following line
- echo in your AUTOEXEC.BAT file: PRINT /D:LPT1/B:1024/Q:20
- echo b. We recommend that you also include the following line in
- echo your AUTOEXEC.BAT file: PATH = %1 which will allow you to
- echo invoke CLEAR from any subdirectory.
- echo c. Please read information in MAKELIST.DOC, PRINTER.DOC, and
- echo PREPROC.DOC files located on the Utilities Disk (#2).
- echo ....................................................................
- echo For customer support, call (617) 232-4720, hours: 10am-4pm
-
- goto dexit
-
- :1ERROR
- cls
- echo .............................................................
- echo ERROR: File copy failed. Check directory for available space.
- echo 600K required to install CLEAR. Delete all files in
- echo %1 and try again.
- echo .............................................................
-
- :ERR_EXIT
- :dexit
-
-