home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l003 / 1.ddi / BGI256 / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-11-18  |  442 b   |  23 lines

  1. @echo    off
  2. echo    this batch file install the tvga256 bgi package to c:\tvga256
  3. echo    please insert the source disk into drive A:
  4. pause
  5. md c:\tvga256
  6. md c:\tvga256\c
  7. md c:\tvga256\pascal
  8.  
  9. copy *.* c:\tvga256
  10. c:
  11. cd \tvga256\c
  12. \tvga256\unzip -o \tvga256\cdemo.zip
  13.  
  14. cd \tvga256\pascal
  15. \tvga256\unzip -o \tvga256\pasdemo.zip
  16.  
  17. cd \tvga256
  18. unzip cdemo -o bgidemo.exe
  19. del     *.zip
  20. echo    install finished!!
  21. echo    on
  22.  
  23.