home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / c / t2c.arc / T2C.BAT < prev    next >
DOS Batch File  |  1987-12-01  |  82b  |  6 lines

  1. echo off
  2. t2cp1 %1.pas %1.p2
  3. if errorlevel 1 goto exit
  4. t2cp2 %1.p2 %1.c
  5. :exit
  6.