Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
batch job
Name: myguess21 Date: July 15, 2008 at 03:58:07 Pacific OS: Windows CPU/Ram: 2003 Product: 2003
Comment:
Hi,
How can I delete files which are older then 15 days from a directory using a batch job. Resource kit is not installed on my machine.
Summary: I have two questions in this one. One regarding scheduled tasks and the other regarding a batch job: 1) To keep things simple, how do I schedule a batch file that initializes a ROBOCOPY statement to r...
Summary: Here you go mate: The first script will replace the original file with the blank one, WITHOUT asking you to confirm overwrite, and WITHOUT backing up the old file. The second script will ask you to p...
Summary: I'm trying to use a batch job to rename a whole bunch of files with sequential numbering based on date order. I'm currently using a FOR loop and trying to use a counter in the loop, but without succes...