Search
Friday, July 25, 2008..:: File Depot::..Register  Login
   Minimize

 Print   
Site Navigation

 File Categories Minimize

 Print   
 File download disclaimer Minimize

The files in this section are offered for your convinience and use free of charge. The copyrights of the files themselves may lie with the file creator and are not nessisarily public domain, unless otherwise noted. It is our hope that you find this repository of files useful in making your life as a network administrator easier, however, as with any internet download care should be taken in the execution and use of these files. A trusted virus scanner should be employed to scan every file downloaded to ensure it is virus free, prior to use.

Please note, in order to rate a script you must be a registered user. You're e-mail address used during registration will NEVER be shared or used for any other purpose than to contact you about a specific question. NO mass mailing, no "newsletters", no "emails from us with offers", etc... nothing but a personal e-mail from a staff member.

All files are provided as-is and without warranty of any kind.


 Print   
   Minimize

 Print   
 Administrator Tools and Scripts Minimize
How to use the VBScript Scripting.Dictionary object to store data to make key decisions. (A Magic Eightball Script)
Author :: Jerry Lees
Date :: Wed 07/09/2008 @ 08:45

The Scripting.Dictionary object is a quite useful object. It will let you store data in a categorized manner through it's use of a key when you add data to the object. It works very much like a multi-dimensional array would, except that it is much easier to retrieve a specific type of data.

You place the data into the object via the .add method and retrieve a specific item via it's key. The key can either be numeric or a string. In the example below, I've chosen a number. Now for the example... a script so useful that I'm certain it will become a key part of your decision making process at work... The Magic Eight Ball! Now, before you laugh not everyone has a magic eight ball (I have two) and that's a shame because they really do help with making decisions.


read article
RATING:   COMMENTS (0)Downloads:  1DOWNLOAD
A simple way to Write to the registry with VBScript
Author :: Jerry Lees
Date :: Fri 06/06/2008 @ 07:05

Example code from my blog entry at the ITKE entitled, A simple way to Write to the registry with VBScript.


read article
RATING:   COMMENTS (0)Downloads:  1DOWNLOAD
A simple way to read the registry with VBScript
Author :: Jerry Lees
Date :: Wed 06/04/2008 @ 07:57

Example code from my blog entry entitled, A simple way to read the registry with VBScript it the ITKE.


read article
RATING:   COMMENTS (0)Downloads:  6DOWNLOAD
Sending e-mails with vbscript using the cdo.sys object
Author :: Jerry Lees
Date :: Fri 05/23/2008 @ 07:46

Example code from my ITKE blog posting entitled, Sending e-mails with vbscript using the cdo.sys object. This example code uses the CDO.Message object of CDOSYS to generate an e-mail.


read article
RATING:   COMMENTS (0)Downloads:  1DOWNLOAD
Getting disk usage data with the filesystem object and the Excel.Application object in vbscript
Author :: Jerry Lees
Date :: Wed 05/14/2008 @ 01:59

Example code from my ITKE blog posting entitled, Getting disk usage data with the filesystem object and the Excel.Application object in vbscript. This example code uses the Win32_LogicalDisk WMI class to gather free disk space on a drive in a server then saves it to an excel file using the excel.application object.


read article
RATING:   COMMENTS (0)Downloads:  1DOWNLOAD
< BACK  1 of 3  NEXT >

 Print   
   Minimize

 Print   
Copyright 2008, WebSystemsAdministration.com   Terms Of Use  Privacy Statement