Top "Vbscript" questions

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

VBScript & Access MDB - 800A0E7A - "Provider cannot be found. It may not be properly installed"

I've having a problem with a VBScript connecting to an access MDB Database. My platform is Vista64, but the majority …

ms-access vbscript oledb adodb
I need to write VBS WScript.Echo output to text or cvs

I am attempting to write a VBScript that will list all of the installed application on a system in a …

csv text vbscript echo wsh
Cannot use parentheses when calling a Sub Error 800A0414 VBS

I am getting the 800A0414 error in lines 7 and 12 of this script: Module Module1 Dim p Sub Main() CreateObject("Wscript.…

vbscript
VBScript getting results from Shell

Set wshShell = WScript.CreateObject ("WSCript.shell") wshshell.run "runas ..." How do I get the results and display in a MsgBox

scripting vbscript wsh windows-scripting
return only Digits 0-9 from a String

I need a regular expression that I can use in VBScript and .NET that will return only the numbers that …

c# vb.net regex vbscript code-generation
Response.Write vs <%= %>

Bearing in mind this is for classic asp Which is better, all HTML contained within Response.Write Statements or inserting …

asp-classic vbscript
What is the best way to iterate through an array in Classic Asp VBScript?

In the code below For i = LBound(arr) To UBound(arr) What is the point in asking using LBound? Surely …

arrays asp-classic vbscript
QTP: How can I return multiple Values from a Function

I'm trying to write a function which can return multiple values from a Function which is having 2 arguments. eg: function …

vbscript qtp
Can I pick up environment variables in vbscript WSH script?

Is is possible to read system environment variables in a Windows Scripting Host (WSH) VBS script? (I am writing a …

vbscript environment-variables wsh
reading xml file with vbscript

I am trying to write a vbscript to automate the configuration of a storage array. I'm having some difficulty figuring …

xml vbscript xmldom