A
Alexandre
Hello to everyone,
Looking for a way to complete the following in batch programming only
:
Sources directories \\servername\share\dir1
\\servername\share\dir2
\\servername\share\dir3
and so on…
Target directories is \\servername\share\dir1
\\servername\share\dir2
\\servername\share\dir3
and so on…
I want to find the directories named : example1, example2 and example3
in the sources directories and move all the examples1,2,3 directories
including subdirectories in the target directory.
I to make it fully automated for each dir1, dir2, dir3 and so on…
I think a need the commands: 'find', 'for' 'move' and/or 'xcopy'.
Please, can you help me ?
Thank you.
Looking for a way to complete the following in batch programming only
:
Sources directories \\servername\share\dir1
\\servername\share\dir2
\\servername\share\dir3
and so on…
Target directories is \\servername\share\dir1
\\servername\share\dir2
\\servername\share\dir3
and so on…
I want to find the directories named : example1, example2 and example3
in the sources directories and move all the examples1,2,3 directories
including subdirectories in the target directory.
I to make it fully automated for each dir1, dir2, dir3 and so on…
I think a need the commands: 'find', 'for' 'move' and/or 'xcopy'.
Please, can you help me ?
Thank you.