mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:07:57 +02:00
7 lines
156 B
Batchfile
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
|