home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c120 / 2.ddi / DEVICE.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-01-12  |  2.3 KB  |  55 lines

  1.  
  2. :JUMP1
  3. cls
  4. echo Please insert CLEAR System Disk (#1) in drive A:
  5. pause
  6. if not exist a:cclear.com  goto JUMP1
  7. cls
  8. echo Copying CLEAR System Files 
  9. copy a:*.* %1 > nul
  10. if not exist %1\cclear.com goto 1ERROR
  11. if not exist %1\ccsetup.com goto 1ERROR
  12. if not exist %1\getfiles.exe goto 1ERROR
  13. %1\ccsetup /B
  14.  
  15. cls
  16. echo  ....................................................................
  17. echo                CLEAR has been installed on %1
  18. echo  ....................................................................
  19. echo     The VIRTUAL MEMORY directories have been set to %1\temp
  20. echo     In order to change the virtual memory or file output directories,  
  21. echo     run Reconfigure utility of the QUIT/RUN menu (Diagram Buffers).   
  22. echo  ....................................................................
  23. echo     1.  To begin the sample session, change directory to %1 
  24. echo         and enter "TUTOR".
  25. echo     2.  To start CLEAR for the first time, change directory to
  26. echo         %1 enter "FIRSTRUN".
  27. echo  ....................................................................
  28. echo                    Note for advanced users: 
  29. echo  ....................................................................
  30. echo     a.  If you are going to use DOS background printing (User's
  31. echo         Guide pages 7-13 through 7-15), include the following line
  32. echo         in your AUTOEXEC.BAT file: PRINT /D:LPT1/B:1024/Q:20
  33. echo     b.  We recommend that you also include the following line in
  34. echo         your AUTOEXEC.BAT file: PATH = %1 which will allow you to
  35. echo         invoke CLEAR from any subdirectory.
  36. echo     c.  Please read information in MAKELIST.DOC, PRINTER.DOC, and
  37. echo         PREPROC.DOC files located on the Utilities Disk (#2).
  38. echo  ....................................................................
  39. echo       For customer support, call (617) 232-4720, hours: 10am-4pm
  40.  
  41. goto dexit
  42.  
  43. :1ERROR 
  44. cls
  45. echo .............................................................
  46. echo ERROR: File copy failed. Check directory for available space. 
  47. echo        600K required to install CLEAR. Delete all files in 
  48. echo        %1 and try again.
  49. echo .............................................................
  50.  
  51. :ERR_EXIT
  52. :dexit
  53.  
  54. 
  55.