I use it via GUI and seems ok, but when I try use this program via the CMD commands, It's not working. What I try to do is : RichCopy.exe c:Ghassan_tets H:Ghassan_tets /QP c:templog.log
I don't see that log after the command has been issued. What's the correct command that need to be used?
A
Answer by
Alex Urbach
You should use RoboCopy instead of Richcopy because RichCopy is not supported anymore and it's full of bugs. Robocopy is implemented into Windows systems.
I use it via GUI and seems ok, but when I try use this program via the CMD commands, It's not working. What I try to do is :
RichCopy.exe c:Ghassan_tets H:Ghassan_tets /QP c:templog.log
I don't see that log after the command has been issued. What's the correct command that need to be used?
You should use RoboCopy instead of Richcopy because RichCopy is not supported anymore and it's full of bugs. Robocopy is implemented into Windows systems.