home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / turbo_c / tc2pat2.zip / PATTLIB.BAT < prev    next >
DOS Batch File  |  1988-10-06  |  495b  |  17 lines

  1. echo off
  2. echo 
  3. echo This batch file patches TLIB.EXE to fix a problem where line
  4. echo information is lost when creating a library.
  5. echo 
  6. echo Syntax:  PATTLIB [TLIB-Directory]
  7. echo Example: PATTLIB C:\TC\
  8. echo 
  9. echo If no parameter is specified for TLIB's directory,  TLIB.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 TLIB, ^C to exit
  14. echo 
  15. pause
  16. PATCH P2TL2.DIF %1TLIB.EXE
  17.