Quote:
Originally Posted by Lat
Sweet. Your script is saving me so_ much time =P
Is there any harm in adding the above exclusions to your script? or getting your script to delete all _skip files?
|
no problem to delete skip files.. just add a line or two to the rollup sorter batch file before it says all done:
Code:
del packages.txt
echo Removing _Skip Files...
for /F "tokens=*" %%A in ('dir /s /b %localpath%\%sortedfolder% _skip') do del %%A
cls
echo All done!
I am testing this now.. maybe I should test before I post?
nah, wheres the fun in that?!
edit: that code does not work .. I never thought of including the skipfile deletion.. but I will, and revision2 will be born.