Hey guys,
how comes this doesn't execute the second FOR loop?
FOR /L %%i IN (%4 1 %5) DO (
echo Updating Image %%i
imagex /mountrw %1 %%i %2
FOR %%f IN (*.inf) DO (
echo Injecting %%f...
peimg /inf=%3\%%f %2
)
imagex /unmount /commit %2
echo Completed Updating Image %%i
)Whats the best way to call an additional loop from within the main one in dos? Thanks! jlc ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~
