home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p115 / 6.ddi / DEVICES / PXLWEXP.DAT < prev    next >
Encoding:
Text File  |  1989-10-04  |  957 b   |  34 lines

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