Below are snippets for dannyboy.

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

3
Date Submitted Wed. Mar. 1st, 2006 5:07 AM
Revision 1
Syntax Master dannyboy
Tags KILL | VBSCRIPT
Comments 0 comments
Kill a running program on a wmi enabled compute
3
Date Submitted Thu. Mar. 2nd, 2006 4:21 AM
Revision 1
Syntax Master dannyboy
Tags DOMAIN | valid | VBSCRIPT
Comments 0 comments
check if a string is a valid domain ex.: dsc-services.be
3
Date Submitted Thu. Mar. 2nd, 2006 4:25 AM
Revision 1
Syntax Master dannyboy
Tags disksize | Format | VBSCRIPT
Comments 0 comments
mySizeDisk: this function just formats the output the way I like
Input integer in Bytes, outputs easily human readable format
3
Date Submitted Thu. Mar. 2nd, 2006 4:27 AM
Revision 1
Syntax Master dannyboy
Tags Format | memory | VBSCRIPT
Comments 0 comments
mySizeMemory:this function just formats the output the way I like Input integer in Bytes, outputs easily human readable format
3
Date Submitted Thu. Mar. 2nd, 2006 5:23 AM
Revision 1
Syntax Master dannyboy
Tags File | Folder | VBSCRIPT
Comments 0 comments
this function returns the aggregated size
of all files in a directory and its subdirectories
3
Date Submitted Thu. Mar. 2nd, 2006 9:59 AM
Revision 1
Syntax Master dannyboy
Tags File | info | VBSCRIPT
Comments 0 comments
Retrieve information about a file
3
Date Submitted Thu. Mar. 2nd, 2006 10:05 AM
Revision 1
Syntax Master dannyboy
Tags File | Folder | VBSCRIPT
Comments 1 comments
Check the attributes of a file or folde
3
Date Submitted Thu. Mar. 2nd, 2006 10:08 AM
Revision 1
Syntax Master dannyboy
Tags ADSI | USERINFO | VBSCRIPT
Comments 0 comments
This small script prompts you for a user name or gets it from the command line and shows you information about a user including what groups they are in.
3
Date Submitted Thu. Mar. 2nd, 2006 10:32 AM
Revision 1
Syntax Master dannyboy
Tags Directory | Folder | MAKE | MD | VBSCRIPT
Comments 1 comments
Make a new directory
3
Date Submitted Thu. Mar. 2nd, 2006 11:09 AM
Revision 1
Syntax Master dannyboy
Tags LOGSIZE | VBSCRIPT
Comments 0 comments
This subroutine will rename the log file once it gets to be
larger than 10k. It renames it to ArchiveLog_(Date).txt, so
it is easy to track down a certain day.