New
#11
If you would like a pure OS solution.
Open a command prompt and enter:
-WSCode:dir /s xcopy.exe | find /i "directory" or dir /s xcopy.* | find /i "directory"
Edit:
or
Code:attrib xcopy.exe /s
Last edited by WindowsStar; 06 Jan 2011 at 23:19.