Kerbouchard
IS-IT--Management
Does anyone have any suggestions--
for /f "skip=4 tokens=1" %a in ('net files') do net files %%a /close
I got this one off the microsoft site and put it in a batch file but it doesn't seem to be working.
Thanks in advance!
for /f "skip=4 tokens=1" %a in ('net files') do net files %%a /close
I got this one off the microsoft site and put it in a batch file but it doesn't seem to be working.
Thanks in advance!