home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / tegltc.zip / TEGLSYS / ADDBGI.BAT next >
DOS Batch File  |  1990-06-29  |  474b  |  15 lines

  1. echo off
  2. echo This batch program will add the necessary BGI drivers to your TEGLSYS.LIB.
  3. echo You will need Turbo C's BGIOBJ.EXE and TLIB.EXE to add.
  4. echo -------
  5. echo Copy the EGAVGA.BGI, HERC.BGI, and CGA.BGI drivers from your Turbo C
  6. echo disk to this directory, before continuing....
  7. echo -------
  8. echo If you have not done this, press Ctrl-Break to exit......
  9. echo -------
  10. pause
  11. bgiobj egavga
  12. bgiobj herc
  13. bgiobj cga
  14. tlib /C teglsys.lib-+egavga-+herc-+cga
  15.