>>Script Language and Platform: VBScript
This script will delete old files from a given folder and all subfolders.
Usage:
cscript deloldfiles.vbs c:dbalog 7
This script will delete all the files older than a week.
cscript deloldfiles.vbs c:dbalog 2
This script will delete all the files older than 2 days.
Result:
Started deleting files older than :6/21/2005 9:28:51 AM
________________________________________________
Deleting Files under the Folder:C:DBAlog
__________________________________________________________________________
Deleting C:DBAlogBACKUP_20050621.log last modified: 6/21/2005 12:25:59 AM
Deleting C:DBAlogTHRESHOLD_offhours_20050620.log last modified: 6/20/2005 11:46:01 PM
Deleting C:DBAlogTRANLOGBAK_20050620.log last modified: 6/20/2005 10:30:03 PM
Deleting Files under the Folder:C:DBAlogdddd
__________________________________________________________________________
Deleting C:DBAlogddddTHRESHOLD_offhours_20050620.log last modified: 6/20/2005 11:46:01
Deleting Files under the Folder:C:DBAlogx
__________________________________________________________________________
Deleting C:DBAlogxBACKUP_20050621.log last modified: 6/21/2005 12:25:59 AM
Deleting C:DBAlogxPERFMON_20050620.csv last modified: 6/20/2005 11:45:02 PM
Deleting C:DBAlogxPerfmon_20050620.log last modified: 6/20/2005 11:45:02 PM
Completed deleting files older than :6/21/2005 9:28:51 AM
Author: MAK
Download Script:
deloldfiles.vbs_
Disclaimer: We hope that the information on these script pages is
valuable to you. Your use of the information contained in these pages,
however, is at your sole risk. All information on these pages is provided
”as -is”, without any warranty, whether express or implied, of its accuracy,
completeness, or fitness for a particular purpose…
Disclaimer Continued
Back to Database Journal Home