Below are some utility programs I've written for my own use. All programs are use at your own risk and come with no support. Having said that, if you have a question, problem, or suggestion you can email me at Ron@RonDianeTyler.com. But no promises on any response.
|
|
CleanBak.vbs => VBScript program to keep backup files in a folder for a given number of days.
| |
Usage: |
|
| |
|
-h {mask for file(s) to HIDE (not delete)} |
| |
|
-d {days to keep backups} |
| |
Examples: |
|
| |
|
cscript cleanbak.vbs c:\backup /d 9 /h autobackup.ini |
| |
|
cscript cleanbak.vbs c:\saveMonth /d 31 |
| |
|
cscript cleanbak.vbs c:\saveYear /d 365 |
|
|
HawkTimer.exe => Allows timing multiple tasks.
|
|
ip_speed.vbs => Gets your current IP address and tests your bandwidth speed logging it to a file "\ip_speed.log".
| |
Example: |
|
| |
|
cscript ip_speed.vbs |
| |
Sample log file entries: |
|
| |
|
10/10/2004 3:12:03 AM ~ 139.55.139.211 ~ 2.984375 ~ 1110
10/11/2004 3:12:00 AM ~ 139.55.139.211 ~ 2.894531 ~ 1144
10/12/2004 3:12:00 AM ~ 139.55.139.211 ~ 2.893555 ~ 1145
10/13/2004 3:12:00 AM ~ 139.55.139.211 ~ 2.884766 ~ 1148
|
|
|
System Info => Will run as a popup HTA (HTML Application) that will gather information on your local computer. Can be slow to run, so be patient.
|
|