@echo off rem This file should be called by fit. use: fit pldx for same result rem ************************************************************************ rem These scripts expects the following environment [change paths to suit]: rem rem path += c:\dev_tools\machxl62;c:\cygwin\bin\; c:\dev_tools\vantispro\ rem minc_path = c:\dev_tools\machxl62 rem lm_license_file = c:\dev_tools\licensing\license.dat rem rem ************************************************************************ rem @echo on if not exist .\%1\%1.src goto nosuchfile_fitone echo ------------------------------------------------------------- >> ..\fit.log echo ------------------------------------------------------------- echo Starting on %1 echo --------- %1 --------- >> fit.log time /T cd %1 make %1.j1 -f %1.make if errorlevel 1 echo %1 has ***** ERRORS ***** >> ..\fit.log if not errorlevel 1 echo %1 is up to date >> ..\fit.log echo Done %1 time /T time /T >> ..\fit.log cd .. goto end_fitone :nosuchfile_fitone echo ***** ERROR *****: %1.src does not exist! echo. :end_fitone