home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / turbo_c / tc2pat2.zip / PATFLOAT.BAT < prev    next >
DOS Batch File  |  1989-02-09  |  546b  |  19 lines

  1. echo off
  2. echo 
  3. echo This batch file modifies TC.EXE and TCC.EXE to fix the
  4. echo "floating point formats not linked" problem.
  5. echo 
  6. echo Syntax:  PATFLOAT [TC-Directory]
  7. echo Example: PATFLOAT C:\TC\
  8. echo 
  9. echo If no parameter is specified for the Turbo C directory, both TC.EXE and
  10. echo TCC.EXE in the current directory are patched.  Note: If you specify a 
  11. echo pathname the last '\' is required.
  12. echo 
  13. echo Hit any key to patch Turbo C, ^C to exit
  14. echo 
  15. pause
  16. PATCH FLT-TC.DIF %1TC.EXE
  17. echo 
  18. PATCH FLT-TCC.DIF %1TCC.EXE
  19.