Hello
I need The code for a batch file
copy folder (my folder name is = my username client on the network .for example may user name is user1 So my folder ind drive D is User1) from one drive to another Drive copy.
I've tested this code, but did not answer.
MD D:\bdc94
attrib -r -h -s D:\bdc94\*.*
xcopy d:\%username%\*.* d:\bdc94 /Q /Y /R /S
tanks