home *** CD-ROM | disk | FTP | other *** search
- echo off
- clrwin
- if not exist \GCD4\shade\*.* goto complete
- -- 10/04/89 SJO GCD Rev 4.0
- -- 04/12/88 SJO Created for all graphics boards so that CONFIG.BAT
- -- would copy a changed graphics device to shade
-
- --GCD 3.10 Generic Shade copy routine
- macro DISPLAY_TITLE
- setwin
- setatt 15 1
- clrwin
- title "╗ microCADDS Geometric Construction and Detailing ╔"
- center "╚ Shade Graphics Driver installation ╝"
- endmac
- -------- End macro definitions -------------------------------------------
-
- -------- Begin execution -------------------------------------------------
- DISPLAY_TITLE
- echo
- echo
-
- center " Copying Graphics driver to \GCD4\SHADE directory."
-
- copy >nul \GCD4\graphics.dev \GCD4\SHADE
- copy >nul \GCD4\graphics.dif \GCD4\SHADE
- echo
- echo
- center " Installation complete! "
- pause
- :complete
- exit
-