Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Computer Housekeeping.....

May 21, 2007 9:18PM PDT

Hi,
I have a need to create some processes to do some unique housekeeping and backup of certain files and folders. I was thinking of using .bat files to do these processes. I want to do it with Win OS native tools. Is there a better way to do it. I'm not sure what script files are, but see references to these all the time. Has MS developed a more modern approach to .bat files? One example of what I want to do is backup C:\Documents and Settings folder (not unique).

Thanks,
Bob

Discussion is locked

- Collapse -
I use a batchfile also for my backup.
May 21, 2007 9:43PM PDT
- Collapse -
(NT) Thanks Kees
Jun 9, 2007 10:30PM PDT
- Collapse -
Batch files for your stated purpose will be...
May 22, 2007 3:15AM PDT

every bit as efficient and effective as scripting but if you do want to learn more about scripting here is a handy tutorial (even has a link to Microsoft's Online documentation for the Windows Scripting Host):
http://tiger.la.asu.edu/WSH/wsh_tutorial.htm

- Collapse -
(NT) Thanks Edward
Jun 9, 2007 10:34PM PDT