rem @echo off echo Compiling %1 into %2 copy ..\include\uml.h+%1 c:\temp\tmp.uml set oldinc=%include set include=..\include;..\ba;..\ce;..\cg;..\cm;..\db;..\ef;..\in;..\m770;..\mg;..\mr;..\or;..\pr;..\sc;..\sv;..\ve;..\xvaga cl.exe /nologo /EP c:\temp\tmp.uml > c:\temp\pippo.txt set include=%oldinc set oldinc= c:\cvs\fastrip.exe c:\temp\pippo.txt %2 del /q c:\temp\pippo.txt del /q c:\temp\tmp.uml