help on copy root folder to external drive with root folder auto created?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
junqi89
Posts: 4
Joined: 29 Sep 2014 08:17

help on copy root folder to external drive with root folder auto created?

#1 Post by junqi89 » 27 May 2020 09:41

hi all,

how can i using script to auto copy the root folder to external drive with root folder auto created so that i dont need to name the folder name out when i copy to external drive.

for example

robocopy c:\testing d:\ (for this portion i want the testing folder to be auto create in the d: drive so that i dont need to put the folder name everytime i copy as long as the starting point i indicate the testing folder?

Post Reply