summaryrefslogtreecommitdiff
path: root/fpcdocs/pp2tex.bat
blob: a7a48d7628b53fb4e856744dd85e052ecd052122 (plain)
1
2
3
4
5
6
@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