Ich muss Ordner A in Ordner B kopieren und Ordner A hat Unterordner. Ich habe xcopy ausprobiert und kopiere beide stecken fest.
C:\Users>xcopy sushantg\A\* sushantg\B /s /e /h /T
Does sushantg\B specify a file name
or directory name on the target
(F = file, D = directory)?
Does sushantg\B specify a file name
or directory name on the target
(F = file, D = directory)?
xcopy sushantg\A\*.* sushantg\B\*.* /s /e /h /T