Top "Vbscript" questions

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

VB script - search for a file in directory

I am trying to write a VB script (having never attempted before) - I need it to search the folder'\…

vbscript system-administration
Error - "There is no script engine for file extension .vbs" when using "Git Bash Here" in Windows 7

I have the latest release version of git for windows installed. When I use the context menu option Git Bash …

git vbscript
Openfiles query to see open files

How can I call the Openfiles.exe (which is on the server 2008 file server) remotely from a computer to see …

powershell command-line vbscript command-prompt dsquery
Is it possible to embed and execute VBScript within a batch file without using a temporary file?

People have been embedding and executing VBScript within batch files for a long time. But all the published solutions that …

vbscript batch-file
Cannot use CreateObject from VB scripts on Windows 7 x64

When I try to create a COM object in VB script on a Windows 7 (64 bit) machine, I always get the …

vbscript windows-7 64-bit windows-7-x64
How to control Windows system volume using JScript or VBScript?

I want to control the volume of my Windows system from a JScript or VBScript script. Any ideas? Also, can …

windows vbscript javascript volume mute
Changing Windows 7 Wallpaper Remotely

I am trying to remotely change the wallpaper on about 50 computers that are running Win 7 in a WORKGROUP environment. I …

windows batch-file vbscript desktop-wallpaper
Cint overflow error when value exceeds 100,000+

I am brand new to programming and am running into some trouble with Cint overflow error. Whenever the value reaches 100,000+ …

vbscript
How to do a single line If statement in VBScript for Classic-ASP?

The "single line if statement" exists in C# and VB.NET as in many other programming and script languages in …

if-statement syntax vbscript asp-classic
Count how many specific characters in string

I have a search box. My admin user might search for "@MG @EB dorchester". In ASP, I need to count …

vbscript asp-classic