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

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