Free WSH Scripts by Webfodder
Disclaimer: There are no warranties or guarantees issued with these downloads. They are distributed as-is.
It's up to you to install them and get them working, as we DO NOT provide support for these free downloads.
Webfodder is in no way responsible for the outcome of installing or using these items. Have fun!
|
Delete Old IIS logfiles
|
|
So you manage multiple web sites on an IIS server? Too bad IIS doesn't provide a nice log
archival utility for you! This simple little WSH script uses VBScript to traverse your
log file folders looking for logs older than a given number of days (i.e. 31) and deletes them.
Read on...
|

|
Features
|
|
. |
Traverses IIS log file directory tree
|
|
: |
Ignores/skips specified directories
|
|
.: |
Deletes logs older than X days
|
|

|
Requirements
|
|
. |
Windows Scripting Host 5.5 or higher on server
|
|
: |
Rights to schedule and run WSH scripts
|
|
.: |
Rights to delete IIS log files
|
|

|
Download IIS
Log File Archiver WSH Script
|
|
|
|
Duplicate A Folder Structure
|
|
Let's say you have hundreds of folders in one directory, and you need to duplicate the folders
in another location exactly or with the addition of a new prefix or
suffix. Of course, there are
several ways to do this, but here's a little VBScript widget that does it rather well. Read on...
|

|
Features
|
|
. |
Duplicates every folder within a given root in a new target location
|
|
: |
Adds a prefix or suffix to the new copy
|
|

|
Requirements
|
|
. |
Windows Scripting Host 5.5 or higher on server
|
|
: |
Rights to schedule and run WSH scripts
|
|
.: |
Rights to create new folders
|
|

|
Download Folder Duplication
WSH Script
|
|
|
|
Delete Old Files &
Folders From Temp Folder
|
|
You know the problem...hundreds of orphan temp files in the Temp folder that are the result
of various server functions. But the server doesn't clean up after it self. Read on...
|

|
Features
|
|
. |
Deletes temp files that are older than X days
|
|

|
Requirements
|
|
. |
Windows Scripting Host 5.5 or higher on server
|
|
: |
Rights to schedule and run WSH scripts
|
|
.: |
Rights to delete temp files
|
|

|
Download Temp File Clean Up
WSH Script
|
|
|
|