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
- -- 11/24/87 SJO Added FS switch for future use(if called From Shade installation)
-
- --GCD 3.10 Pixelworks Device Dependant 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 " Installing graphics board specific files..."
-
- if not exist \GCD4\shade\*.* goto complete
- copy >nul \GCD4\graphics.sev \GCD4\shade\graphics.dev
- copy >nul \GCD4\graphics.sif \GCD4\shade\graphics.dif
- del >nul \GCD4\graphics.sev
- del >nul \GCD4\graphics.sif
- echo
- echo
- center " Installation complete! "
- pause
- :complete
- exit
-