The java version installed on a PC can be determined by typing java -version on a command prompt, but this information is difficult to access through VBScript. I recently put together an installation … more →
A little work blogthermalspindle wrote 30 minutes ago: I like using VB Scripts and the Windows Script Host to resolve issues as it has proved quick and fle … more →
prometheusink wrote 2 days ago: I love vbscript. In fact, I’m thinking of proposing next spring (hoping for a summer wedding.) … more →
empoweringwindows wrote 2 days ago: If we want to do any changes in registry through vbs file then we have to use only the “Wscrip … more →
abbey4u wrote 1 week ago: Set oDesc1 = Description.Create() oDesc1(”micclass”).Value = “WebRadioGroup” … more →
Sébastien Ayotte wrote 3 weeks ago: I didn’t find any functions that round up a number in VBScript. The Int function always round … more →
randallsims wrote 1 month ago: Last week I announced that this weekend would be (queue fanfaire): Maintenance Weekend! I don’ … more →
techgrowth wrote 1 month ago: In today’s complex business environment, hardly a business can survive without having custom applica … more →
Nicolas Moseley wrote 1 month ago: This VBScript is for disabling the Fingerprint device in BIOS. It has only been tested on a few new … more →
Anonymous wrote 1 month ago: OK, so I have a project where there is a system in place to monitor user desktops and it is getting … more →
Jim Lawless wrote 1 month ago: I’ve decided to change the path that I had started in the first two installments of this WSH2E … more →
Shehzad wrote 1 month ago: I saw an very interesting post on Lifehacker regarding a command line database. I was a little intri … more →
FreePunch wrote 1 month ago: Function rgxEmail(email) Dim regEx, Match, Matches If email <> “” Then Set regEx = … more →
Nicolas Moseley wrote 1 month ago: There are plenty of examples out there for how to get the most out of Task Sequences for SCCM 2007 O … more →
Henrik Falk wrote 1 month ago: While studying Japanese I created this HTA a while back. Here’s the code: <HEAD> <TIT … more →
Henrik Falk wrote 1 month ago: Something I have recently been trying in my never ending quest to make my code look good is ByRef an … more →
Henrik Falk wrote 1 month ago: I have recently been looking into automatisation of different kinds, and in the scope of that I look … more →
Henrik Falk wrote 2 months ago: Today when I was scripting I got this very unhelpful (to me anyway) error message: I was creating a … more →
Henrik Falk wrote 2 months ago: I ran into a bit of a problem yesterday. The following piece of code only returned half the values i … more →
Parixit wrote 2 months ago: This script is intended just for fun.Do not misuse them. Convey your friend a lil’ message and … more →