home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 3.ddi / DEVICES / PXLWNDL.DAT < prev    next >
Encoding:
Text File  |  1991-04-08  |  842 b   |  32 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. copy >nul \PD5\graphics.sev \PD5\shade\graphics.dev
  23. copy >nul \PD5\graphics.sif \PD5\shade\graphics.dif
  24. del >nul \PD5\graphics.sev 
  25. del >nul \PD5\graphics.sif 
  26. echo
  27. echo 
  28. center " Installation complete! "
  29. pause
  30. :complete
  31. exit
  32.