Below are snippets for dannyboy.

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

2
Date Submitted Thu. Mar. 2nd, 2006 10:39 AM
Revision 1
Syntax Master dannyboy
Tags DOMAIN | VBSCRIPT | WMI
Comments 0 comments
Get the computer domain with wmi
2
Date Submitted Thu. Mar. 2nd, 2006 11:14 AM
Revision 1
Syntax Master dannyboy
Tags PrintServer | VBSCRIPT | XLS
Comments 0 comments
Access a print server, get information about all printers on the server,
and build an Excel spreadsheet with the information. You must have power
user or Administrator rights to the print server, and need to have
Microsoft Excel installed on the PC you are running this from.
1
Date Submitted Wed. Mar. 1st, 2006 3:40 PM
Revision 1
Syntax Master dannyboy
Tags "Command Line" | BATCH | CMD
Comments 0 comments
Add users and groups to all machines in a domai
1
Date Submitted Wed. Mar. 1st, 2006 3:44 PM
Revision 1
Syntax Master dannyboy
Tags "Command Line" | BATCH | CMD
Comments 0 comments
Archief event log enteries
1
Date Submitted Thu. Mar. 2nd, 2006 3:56 AM
Revision 1
Syntax Master dannyboy
Tags "Command Line" | Backup | BATCH | CMD | exchange
Comments 0 comments
Automated offline backup for Exchange server.
Requires ROBOCOPY from NTRK or other copy utility.
Requires manual adjustments
0
Date Submitted Thu. Mar. 2nd, 2006 10:11 AM
Revision 1
Syntax Master dannyboy
Tags Ping | VBSCRIPT
Comments 0 comments
check if host is pingable or not
-2
Date Submitted Tue. Feb. 28th, 2006 5:34 AM
Revision 1
Syntax Master dannyboy
Tags ASP | Convert | VBSCRIPT
Comments 0 comments
A painfully simple method of viewing the contents of an ASP script via an ASP script.
-2
Date Submitted Thu. Mar. 2nd, 2006 5:03 AM
Revision 1
Syntax Master dannyboy
Tags exists | File | Folder | VBSCRIPT
Comments 0 comments

Checks to see if a file or folder exists
The fFile variable determines whether you're
looking for a File (True) or Folder(False)
The strName variable holds the fully qualified
path you're looking For
-3
Date Submitted Tue. Feb. 28th, 2006 3:09 AM
Revision 1
Syntax Master dannyboy
Tags "ASP" | "PICTURES" | "VBSCRIPT"
Comments 0 comments
Read all files in specified folder and display them in page
-3
Date Submitted Tue. Feb. 28th, 2006 5:42 AM
Revision 1
Syntax Master dannyboy
Tags ASP | Convert | VBSCRIPT
Comments 0 comments
Converts Hex values to Decimal, useful for reading & converting values from the registry.