home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / pmcstex.zip / install / cmd.NCS / LaTeX.cmd < prev    next >
OS/2 REXX Batch file  |  1996-05-19  |  138b  |  6 lines

  1. @echo off
  2. setlocal
  3. set texinput=%EMTEXDIR%\texinput\latex2e!;%EMTEXDIR%\texinput!
  4. tex386 ^&LaTeX %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. endlocal
  6.