Is it possible to use robocopy to move all folders from C:\robo\test to C:\robo\test1 without deleting C:\robo\test?
Here's what I'm currently using :
robocopy C:\robo\test C:\robo\test1 /MOVE /E /R:2 /TEE /LOG+:C:\robo\movelog.txt
Here's what I'm currently using :
robocopy C:\robo\test C:\robo\test1 /MOVE /E /R:2 /TEE /LOG+:C:\robo\movelog.txt
Thanks