资 源 简 介
File Vader
Utility to clean up/free up space in a folder and its subfolders.
Deleting files or folders after a certain period of time.
Deleting files with certain extension.
Supports files over 1GB
Supports UNC file paths
Overview:
This software frees up a disk space by removing files older than specified number of days. It supports UNC paths and large files. Further versions will support more options.
Prerequisites:
.NET framework 3.5
Configuration:
Software requires 3 parameters
scan
ext
log
-days
Examples:
FileVader -scan "D:SQLBackup" -ext bak -log "D:Logs" –days 2
This command removes all files with extension bak that are found in directory D:SQLBackup that are older than 2 days
To execute over the network use:
**appse