File: a3.bat

package info (click to toggle)
opustex 0.84-6.1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 1,932 kB
  • ctags: 240
  • sloc: ansic: 1,221; perl: 504; sh: 113; makefile: 57
file content (21 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if exist %1.tex goto tex
goto end

:tex
if exist %1.as1 del %1.as1
if exist %1.as2 del %1.as2
if exist %1.ox1 del %1.ox1
if exist %1.ox2 del %1.ox2

tex386 &opustex %1

if errorlevel 2 goto end
auto %1

if errorlevel 1 goto end
tex386 &opustex %1

if errorlevel 2 goto end
vs %1 /s7

:end