home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p115 / 6.ddi / DEVICES / VGA1024.DAT < prev    next >
Encoding:
Text File  |  1989-10-27  |  949 b   |  35 lines

  1. echo off
  2. clrwin
  3. if not exist \GCD4\shade\*.* goto complete
  4. -- 10/04/89 SJO GCD Rev 4.0
  5. -- 04/12/88 SJO Created for all graphics boards so that CONFIG.BAT
  6. --              would copy a changed graphics device to shade
  7.  
  8. --GCD 3.10 Generic Shade copy routine
  9. macro DISPLAY_TITLE
  10.    setwin
  11.    setatt 15 1
  12.    clrwin
  13.    title  "╗ microCADDS Geometric Construction and Detailing ╔"
  14.    center "╚       Shade Graphics Driver installation        ╝"
  15. endmac
  16. -------- End macro definitions -------------------------------------------
  17.  
  18. -------- Begin execution -------------------------------------------------
  19. DISPLAY_TITLE
  20. echo
  21. echo
  22.  
  23. center " Copying Graphics driver to \GCD4\SHADE directory."
  24.  
  25. copy >nul \GCD4\graphics.sev \GCD4\shade\graphics.dev
  26. copy >nul \GCD4\graphics.sif \GCD4\shade\graphics.dif
  27. del >nul \GCD4\graphics.sev 
  28. del >nul \GCD4\graphics.sif 
  29. echo
  30. echo 
  31. center " Installation complete! "
  32. pause
  33. :complete
  34. exit
  35.