backup certain folders?

  • Thread starter Thread starter Ablang
  • Start date Start date
A

Ablang

Is there a software (preferably freeware) program you like that can copy
certain folders to another drive on command?

I would make a batch file, but that's hard with the long filenames involved.

==
"It takes less time to do a thing right than to explain why you did it wrong."
-- Henry Wadsworth Longfellow
 
Ablang said:
Is there a software (preferably freeware) program you like that
can copy certain folders to another drive on command?

I would make a batch file, but that's hard with the long
filenames involved.

You can use the short names, and the long ones should follow. You
can also use xxcopy, found at <http://www.xxcopy.com>
 
Ablang said:
Is there a software (preferably freeware) program you like that can copy
certain folders to another drive on command?

I would make a batch file, but that's hard with the long filenames
involved.

If you're just making backups, why not ZIP them? It can recurse directories
and will handle long names.
 
Back
Top