Top "Vbscript" questions

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

Permission denied on CopyFile in VBS

I'm trying to automate pushing a file into my users' home directories, but am stuck on a "Permission Denied" error — …

vbscript permission-denied file-copying
"Continue" (to next iteration) on VBScript

A colleague and I were trying to figure out a way of doing the equivalent of a "continue" statement within …

vbscript iteration next continue
How to prevent 'query timeout expired'? (SQLNCLI11 error '80040e31')

I have a connection to a MS SQL Server 2012 database in classic ASP (VBScript). This is my connection string: Provider=…

sql sql-server vbscript asp-classic sql-server-2012-express
VBScript to send email without running Outlook

I have written an automated test that runs each night, and I would like to email the results each night …

vbscript sendmail outlook-2007
Create a folder in Outlook: error 800A0401 - Expected End of Statement

I created a .vbs file to create a folder in Outlook. I copied most of the script out of MSDN …

vbscript outlook
Lists in VBScript

I'm trying to create a simple list in a VBscript, but I'm unable to find something similar. Basically, I'm working …

vbscript
Any good libraries for parsing JSON in Classic ASP?

I've been able to find a zillion libraries for generating JSON in Classic ASP (VBScript) but I haven't been to …

json asp-classic vbscript
Base64 Encode String in VBScript

I have a web service load driver that's a Windows Script File (WSF), that includes some VBScript and JavaScript files. …

encoding vbscript base64 wsh
VBScript support in Internet Explorer 11

I tried the following HTML page with two scripts: <html> … <body> <script type="text/javascript"&…

internet-explorer vbscript internet-explorer-11
How to get the fully qualified path for a file in VBScript?

I am using the Shell.Application object, which allows me to script creation of a zip file. But in order …

vbscript path