What will this .bat file do?

Associate
Joined
3 Sep 2003
Posts
1,731
Location
Staffordshire
Could somebody tell me what this will do

Code:
FOR /F "tokens=*" %%D IN ('DIR "C:\Program Files\filename" /S /B') DO copy /Y "filename" "%%D"
I just want to make sure its not one of these malicious code that do unexpected things.

Thank you
 
Back
Top Bottom