@echo off rem ************************************************************************ rem These scripts expects the following environment [change paths to suit]: rem rem path += c:\dev_tools\machxl62;c:\dev_tools\nMake; c:\dev_tools\vantispro\ rem minc_path = c:\dev_tools\machxl62 rem lm_license_file = c:\flexlm\license.dat rem rem ************************************************************************ rem @echo on echo. > fit.log echo ----- fit.bat log ------ >> fit.log time /t >> fit.log if not "%1" == "" goto oneonly for %%f in (pld1 pld2) do call fitone.bat %%f goto end :oneonly fitone %1 :end time /t >> fit.log echo fit.bat Done! >> fit.log echo. echo Summary of make job: echo ------------------------------------------------------------- type fit.log