mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01: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
 |