home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 3.ddi / DEVICES / PLASMA.DAT < prev    next >
Encoding:
Text File  |  1991-04-08  |  793 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. -- 04/12/88 SJO Created for all graphics boards so that CONFIG.BAT
  6. --              would copy a changed graphics device to shade
  7.  
  8. --PD 5.00 Generic Shade copy routine
  9. macro DISPLAY_TITLE
  10.    setwin
  11.    setatt 15 1
  12.    clrwin
  13.    title  " Personal Designer Shade Graphics Driver installation "
  14. endmac
  15. -------- End macro definitions -------------------------------------------
  16.  
  17. -------- Begin execution -------------------------------------------------
  18. DISPLAY_TITLE
  19. echo
  20. echo
  21.  
  22. center " Copying Graphics driver to \PD5\SHADE directory."
  23.  
  24. copy >nul \PD5\graphics.dev \PD5\SHADE
  25. copy >nul \PD5\graphics.dif \PD5\SHADE
  26. echo
  27. echo 
  28. center " Installation complete! "
  29. pause
  30. :complete
  31. exit
  32.