Thread: big hardrives
View Single Post
  #9  
Old 05-31-2002, 06:13 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Computer are REALLY good at repetive tasks. All it takes is a little work on your part.

A batch file with something like the following would automate it.
Code:
if not exists backup md backup
copy *.txt backup\
copy *.exe backup\
copy *.dll backup\
... ect for what ever you wish to backup
I didn't try to check for syntax errors, but that is one way to make it easy.
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote