home *** CD-ROM | disk | FTP | other *** search
- echo off
- clrwin
- if not exist \PD5\shade\*.* goto complete
- -- 04/08/91 SJO PD Rev 5.0
- -- 11/24/87 SJO Added FS switch for future use(if called From Shade installation)
-
- --PD 5.00 Pixelworks Device Dependant Shade copy routine
- macro DISPLAY_TITLE
- setwin
- setatt 15 1
- clrwin
- title " Personal Designer Shade Graphics Driver installation "
- endmac
- -------- End macro definitions -------------------------------------------
-
- -------- Begin execution -------------------------------------------------
- DISPLAY_TITLE
- echo
- echo
- center " Installing graphics board specific files..."
-
- copy >nul \PD5\graphics.sev \PD5\shade\graphics.dev
- copy >nul \PD5\graphics.sif \PD5\shade\graphics.dif
- del >nul \PD5\graphics.sev
- del >nul \PD5\graphics.sif
- echo
- echo
- center " Installation complete! "
- pause
- :complete
- exit
-