Associate
- Joined
- 3 Sep 2003
- Posts
- 1,731
- Location
- Staffordshire
Could somebody tell me what this will do
I just want to make sure its not one of these malicious code that do unexpected things.
Thank you
Code:
FOR /F "tokens=*" %%D IN ('DIR "C:\Program Files\filename" /S /B') DO copy /Y "filename" "%%D"
Thank you