Search found 2 matches

by remulus277
23 Feb 2017 04:34
Forum: DOS Batch Forum
Topic: Need help with folder and files copy in CMD
Replies: 4
Views: 4765

Re: Need help with folder and files copy in CMD

Hi Phil,

So i have to save the large batch you wrote, as MoveintTree.bat and then call this from another batch
with this command:

call :MoveintTree c:\parentFolder\subFolder c:\parentFolder /q''

or???
by remulus277
22 Feb 2017 08:05
Forum: DOS Batch Forum
Topic: Need help with folder and files copy in CMD
Replies: 4
Views: 4765

Need help with folder and files copy in CMD

Hi, I have setup a working batch script, which moves content of \\serverfolder\$username$ into the localcomputer $username$ OneDrive folder. Sofar so good. but the problem is that i cant get the script to move files AND folders in the \\serverfolder\$username$ I cant find the code/syntax that moves ...