1.

Solve : Writing Backup Batch File?

Answer»

I need some help in writing a batch file to back up like *.jpg *.wmv *.jif from the C: DRIVE to a flash drive with either current day or USER imput date for any files newer than that date. I am using XP.
KenI dont KNOW how far you have got, if you are looking for something to start you off, this will give you a clue, look at the help for

XCOPY /?
particularly the /D parameter
SET /?
particularly the /P parameter

Show us what you have so far (code, pseudo-code, whatever)

GrahamI haven't actually WROTE any of the batch yet, my main question is how a date command is used in a batch file.
Ken



Discussion

No Comment Found