home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 203_01 / cc.bat < prev    next >
DOS Batch File  |  1979-12-31  |  128b  |  7 lines

  1. lc -ms -i\lc\ -i\lc\s\ YAM%1 >err%1
  2. if errorlevel 1 goto err
  3. goto done
  4. :err
  5. type err%1
  6. :done
  7.