The VBScript Network and Systems Administrator's Cafe:

Development


May 14, 2008  8:58 PM

Getting disk usage data with the filesystem object and the Excel.Application object in VBScript



Posted by: Jerry Lees
Disk usage, Documentation, Excel.Application, File System Object, FSO, Functions, Scripting.FileSystemObject, system trending, VBScript

In my previous posting, entitled

  Bookmark and Share     0 Comments     RSS Feed     Email a friend

May 9, 2008  5:54 PM

VBScript Statements: Explanation of Select … Case



Posted by: Jerry Lees
Functions, VBScript, VBScript Statements, vbscriptstatements

The Select ... Case VBScript statement is a very powerful way to easily preform specific actions based on a comparison of a variable to a series of cases you specify, plus it allows for the fact that NONE of the cases apply with an optional case else...


May 9, 2008  4:28 PM

Working with the Excel.Application object in VBScript to create Excel Spreadsheets



Posted by: Jerry Lees
Excel.Application, VBScript

In my previous two postings we discussed the Microsoft Word.Application object (here and


May 2, 2008  4:15 PM

Document group policy objects in Microsoft Word using VBScript



Posted by: Jerry Lees
DataManagement, Documentation, Functions, Microsoft.XMLDOM, VBA, VBScript, Word.application, XML

OK, here is the posting I hinted at in my previous posting this week entitled,

Bookmark and Share     0 Comments     RSS Feed     Email a friend


April 30, 2008  2:20 PM

Using VBScript to create Word documents automatically with the Word Application Object



Posted by: Jerry Lees
DataManagement, Developer documentation, Documentation, VBA, VBScript, Word.application

I recently had a project that required me to create a ton of documentation from data that was already stored in files elsewhere on the network-- just not in the format that was required and readable by every day people within IT. (Basically, non-administrators) This project would have required a...


April 25, 2008  3:19 PM

How VBScript variable types are represented as binary numbers



Posted by: Jerry Lees
Variable Types, VBScript

In a previous posting,  Converting...

Bookmark and Share     2 Comments     RSS Feed     Email a friend


April 25, 2008  1:26 AM

Reporting CPU usage by saving it to a file with the VBScript filesystem object



Posted by: Jerry Lees
Error control, File System Object, Functions, Scripting.FileSystemObject, VBScript

Last time, in my entry entitled

  Bookmark and Share     2 Comments     RSS Feed     Email a friend


April 17, 2008  8:52 PM

Creating text files using the Scripting.FileSystemObject with VBScript



Posted by: Jerry Lees
File System Object, FSO, Functions, Log files, Scripting.FileSystemObject, VBScript

Well, I didn't expect the cat to get out of the bag quite so quickly! (Congratulations go out to Stoinov 


April 16, 2008  7:11 PM

VBScript to check CPU and Processor performance counter statistics using WMI



Posted by: Jerry Lees
DataCenter, Development, Functions, VBScript

By now, if your reading my blog you've had a chance to play with the script I posted for 

  Bookmark and Share     5 Comments     RSS Feed     Email a friend


April 13, 2008  1:40 AM

Converting variable types in vbscript from one type to another type



Posted by: Jerry Lees
Development, Functions, Variable Types, VBScript, VBScript Statements

In a previous posting, titled Variable types in...

Bookmark and Share     0 Comments     RSS Feed     Email a friend