Top "Vbscript" questions

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

HTTP GET in VBS

Is there a way to perform an HTTP GET request within a Visual Basic script? I need to get the …

http vbscript request
Automatic login script for a website on windows machine?

I saw some guy had a file (I guess a batch file). On clicking of the batch file he was …

javascript windows vbscript autologin webautomation
How do I get the Date & Time (VBS)

How do I get the current date and time using VBS (for Windows. I'm not looking for VBScript for ASP/…

vbscript
Vbscript list all PDF files in folder and subfolders

Well here is my code but I just can not filter the listing using the objFile.Extension i am sure …

vbscript directory subdirectory directory-listing
How to resolve "The requested URL was rejected. Please consult with your administrator." error?

I have a ASP application. On click of a particular link, some VB scripts are executed and an ASP page …

asp-classic vbscript
Using command line arguments in VBscript

How can I pass and access command line arguments in VBscript?

command-line vbscript command-line-arguments
Add item to array in VBScript

How do you add an item to an existing array in VBScript? Is there a VBScript equivalent to the push …

arrays vbscript
Exit a while loop in VBS/VBA

Is there a method of exiting/breaking a while in VBS/VBA? Following code won't work as intended: num = 0 while (…

vba vbscript
Run a vbscript from another vbscript

How do I get a vbscript to run another vbscript? Id imagine its only a few lines of code but …

vbscript
MsgBox "" vs MsgBox() in VBScript

I'm trying to write a VBScript and I'm using functions such as Randomize, and MsgBox. I'm curious as to what …

function vbscript