home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 3.ddi / DEVICES / PXLWEXP.DAT < prev    next >
Encoding:
Text File  |  1991-04-08  |  885 b   |  33 lines

  1. echo off
  2. clrwin
  3. if not exist \PD5\shade\*.* goto complete
  4. -- 04/08/91 SJO PD Rev 5.0
  5. -- 11/24/87 SJO Added FS switch for future use(if called From Shade installation)
  6.  
  7. --PD 5.00 Pixelworks Device Dependant Shade copy routine
  8. macro DISPLAY_TITLE
  9.    setwin
  10.    setatt 15 1
  11.    clrwin
  12.    title  " Personal Designer Shade Graphics Driver installation "
  13. endmac
  14. -------- End macro definitions -------------------------------------------
  15.  
  16. -------- Begin execution -------------------------------------------------
  17. DISPLAY_TITLE
  18. echo
  19. echo
  20. center " Installing graphics board specific files..."
  21.  
  22. if not exist \PD5\shade\*.* goto complete
  23. copy >nul \PD5\graphics.sev \PD5\shade\graphics.dev
  24. copy >nul \PD5\graphics.sif \PD5\shade\graphics.dif
  25. del >nul \PD5\graphics.sev 
  26. del >nul \PD5\graphics.sif 
  27. echo
  28. echo 
  29. center " Installation complete! "
  30. pause
  31. :complete
  32. exit
  33.