Uploader Comments (gigafide)
Top Comments
-
nice video very fast and clean.
-
If you mean to ask if this works in Windows XP... In command prompt, type "robocopy". If you get something indicating the file couldn't be found, then you don't have robocopy, and you need to resort to copy.
If you don't have robocopy, then the options you have available will not be as extensive.
All Comments (36)
-
-
Nice one,Subscribed.
-
@cakk15 Hey cakk just answering ur question from two YEARS ago lol ... if you have XP it *should* be included in the Windows 2003 Resource Kit BUT if it doesn't recognize it, you can download the Robocopy GUI from Microsoft Technet. xcopy works but according to wikipedia, it has a limit "Xcopy fails with insufficient memory when the path plus filename is longer than 254 characters." - hope that helped :P
-
@cakk15 ... Dont forget to "Run As Administrator" ... Then it will work..
-
it did not work for me :(
-
@xukaiteo if you got 7 hours -_-
-
@xukaiteo should work for any file...space permitting
-
Quick question... everything seemed to be working, and then when I tried to run it it opened up for a second and then closed. What happened? How do I fix it?
-
@gigafide Yes, that worked for me too. I think Robocopy command must not be available in older Windows, such as XP, and as xcopy essentially does the same thing I guess it is the best way to going about making one's own simple backup program. Thanx for the great vid! :)
-
it dont work on Windows 7 :(
I get 'robocopy' is not recognized as an internal or external command,
operable program or batch file.
cakk15 3 years ago
here's the code:
@echo off
robocopy f:\ c:\backup /e /eta
exit
gigafide 3 years ago
Hmm i tried that it still doesnt work. Btw i have windows xp. Do i have to download something?
cakk15 3 years ago
Try it with different files to see if that helps. If it doesn't, replace robocopy with xcopy.
gigafide 3 years ago