home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / cpp2tex.zip / C++2ltx.zip / Cpp2ltx.bat < prev    next >
DOS Batch File  |  1997-01-28  |  201b  |  8 lines

  1. @echo off
  2.  
  3. rem Version where c2ltx.awk is somewhere in the AWKPATH:
  4. awk -f cpp2ltx.awk %1
  5.  
  6. REM rem Version where cpp2ltx.awk is given with the absolute path:
  7. REM awk -f C:\BLABLA\cpp2ltx.awk %1
  8.