Top "Vbscript" questions

VBScript (Visual Basic Scripting Edition) is an interpreted scripting language developed by Microsoft that is modeled on Visual Basic.

Checking VBScript syntax

Any good utilities out there for verifying VBScript syntax without actually running the script? What I'm getting at is if …

vbscript syntax wsh
Bat file to create a Windows 7 shortcut.lnk on my desktop

How can I create a bat or vbs file to create a Windows 7 compatible desktop shortcut? I need the bat …

windows-7 vbscript batch-file desktop-shortcut lnk
Classic ASP (VBScript) convert HTML codes to plain text

I'm trying to convert HTML Codes like the &#XXXX; (where XXXX is a number) to plain text using classic …

html vbscript asp-classic
Executing a vbs file with arguments created by python

I would like to convert dozens of excel sheets to csv files at once. I have a working .vbs file …

python vbscript execute
CDO.message vbscript - transport failed to connect

I have a vbscript on a Windows 7 machine in a branch office. It works just fine. I copied the code …

vbscript cdo.message
Select Single Node with a attribute name in vbscript

Have an xml file <DataSource> <localdata> <add context="Localization"> <parameter name="timeout" type="…

xml vbscript selectsinglenode
If I set a variable using `CreateObject()`, do I need to clean it up by setting it to `Nothing` after use?

If I set a variable using CreateObject(), do I need to clean it up by setting it to Nothing after …

vbscript resource-cleanup
VBscript - "The system cannot find the file specified"

I'm trying to write a short VBScript, which opens "calc.exe" and "wordpad.exe". Well the problem is that VBScript …

vbscript wordpad
how to check service state using vbscript?

Is there anyway to check the status of service using vbscript ? I would like to have a function for each …

service vbscript wmi status wmi-query
VBS Microsoft.XMLHTTP status

Why does the following code give a 80004005 error when run? I'm trying to get the status of several sites every 10 …

vbscript status xmlhttprequest