Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Make Your Own Backup Program

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
13,352
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Jun 30, 2008

This video will show you a quick little script that you can write that allows you to make your own backup program.

  • likes, 3 dislikes

Link to this comment:

Share to:

Uploader Comments (gigafide)

  • I get 'robocopy' is not recognized as an internal or external command,

    operable program or batch file.

  • here's the code:

    @echo off

    robocopy f:\ c:\backup /e /eta

    exit

  • Hmm i tried that it still doesnt work. Btw i have windows xp. Do i have to download something?

  • Try it with different files to see if that helps. If it doesn't, replace robocopy with xcopy.

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.

see all

All Comments (36)

Sign In or Sign Up now to post a comment!
  • @lizziemagic Try to open up cmd.exe, and then type:

    cd [File Location]

    [Name].bat

  • 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 :(

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more