i have this folders and i want to merge in one folder
- C:\1\a
- C:\1\b
- C:\1\c
how to merge this folders to
c:\1
and delete the original by using batch
i have this folders and i want to merge in one folder
- C:\1\a
- C:\1\b
- C:\1\c
how to merge this folders to
c:\1
and delete the original by using batch
Help:
rd /?
,robocopy /?
,xcopy /?