home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p115 / 6.ddi / DEVICES / AG.DAT < prev    next >
Encoding:
Text File  |  1989-10-04  |  863 b   |  33 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.dev \GCD4\SHADE
  26. copy >nul \GCD4\graphics.dif \GCD4\SHADE
  27. echo
  28. echo 
  29. center " Installation complete! "
  30. pause
  31. :complete
  32. exit
  33.