I'm trying to teach myself some basics of VBScript. I'm not the brightest bulb, so it is very slow going. I found a nice website for beginers "Seasame Script" on TechNet.<BR><BR>On this page of ...
This PR adds support for vbscript for Windows: # script with multiple lines myscript = <<-EOH WScript.Echo "hello" EOH describe vbscript (myscript) do its ('stdout') { should eq "hello\r\n" } end # ...
I have a bit of VBscript that I use to automate our computer builds - lots of subroutines with objshell.run etc. All of the installer routines are called Install ...