Hi
for %%I in (*.prg) do buildh.bat %%~nI
For the above (all.bat in c:\fwh\samples), how do I change it so that if the exe already exist, no need to compile again.
(i.e. skip if the exe already compiled from prg and go to next prg)
Thanks
ACWoo
for %%I in (*.prg) do buildh.bat %%~nI
For the above (all.bat in c:\fwh\samples), how do I change it so that if the exe already exist, no need to compile again.
(i.e. skip if the exe already compiled from prg and go to next prg)
Thanks
ACWoo