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.
Script to delete specific files
Name: neelima Date: November 17, 2006 at 02:58:44 Pacific OS: Windows XP CPU/Ram: 2.26GHZ, 504MB of Ram
Comment:
I need to replace the old files with the new files whenever the new release is made for testing an application. I want to write a script so that it cleans up the disk with old files before pasting the new files in the specified directory. Can anyone help me in writing the script?
Summary: Hi, I am new to batch scripting and need some help from all your genius' out there. I want to write a script that will delete files older than 14 days from a public server at work. I want to leave any...
Summary: If you're backing up the files each night and only want to delete the files that are 30+ days old, why does the script need to compare the workstation files to the server backup files? ...