fpc/docs/refex/pp2tex.bat
1998-03-25 11:26:49 +00:00

7 lines
156 B
Batchfile

@echo off
rem msdos batch file
rem Simply paste a header and footer to the program.
type head.tex > %1.tex
type %1.pp >> %1.tex
type foot.tex >> %1.tex