home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / turbo_c / tc2pat2.zip / PATTC.BAT < prev    next >
DOS Batch File  |  1988-11-01  |  509b  |  19 lines

  1. echo off
  2. echo 
  3. echo This batch file changes __TURBOC__ to "0x0200" in TC.EXE
  4. echo and fixes the INT 60H problem.
  5. echo 
  6. echo Syntax:  PATTC [TC-Directory]
  7. echo Example: PATTC C:\TC\
  8. echo 
  9. echo If no parameter is specified for the Turbo C directory,  TC.EXE in 
  10. echo the current directory is patched.  Note: If you specify a pathname,
  11. echo the last '\' is required.
  12. echo 
  13. echo Hit any key to patch Turbo C, ^C to exit
  14. echo 
  15. pause
  16. PATCH P1TC2.DIF %1TC.EXE
  17. echo 
  18. PATCH P3TC2.DIF %1TC.EXE
  19.