Question
January 30, 2008 at 09:17 AM
kfrost

Batch Files for Backup

by kfrost . Updated 18 years, 6 months ago

I’m trying to write a simple batch file that takes data from my computer and backs it up on a server. I would like it to include subfolders as well.

COPY “C:\Documents and Settings\kfrost\My Documents\Documentation” “P:\Backups\kfrost”/S

I put this is notepad, saved it as a .bat and it doesn’t work. If I get rid of the /S it works fine but doesn’t copy any of my subfolders. I have XP pro on my desktop.
Any advice

This discussion is locked

All Comments