Category Archives: Visual Basic Script (VBS)

Get a list of installed software

It’s always good to perform an inventory of workstations you might be responsible for. This doesn’t mean just writing down make, model and serial number. You need a list of software installed on those machines as well. Using VBScript, you can easily get a list of the installed software on a local or remote workstation, along with other… Read More »

Dump Database to Text Files

I recently had a need write records from a database to text files, with one file per record. This post covers how I did it, with VBScript. This project was actually part of a much larger project, which in reality was one of those “Let’s see if I can do it” type of projects. It turned out successful,… Read More »