home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / crosscom / t2cp / 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.