Top "Vbscript" questions

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

Scheduler does not running 0x8004131F

I want to run the PHP script every 5 min, so i have created VBScript and this VBScript will kick the …

php vbscript job-scheduling
Press Enter Key in qtp

How to perform the Pressing of Enter Action in QTP. I'm selecting a cell and able to set a value ,…

vbscript qtp
List object methods and properties

Is there any way to list available methods for created object in VBS? For example: Set IE = CreateObject("InternetExplorer.Application") …

reflection vbscript
How to generate a GUID in VBScript?

I want to generate GUID strings in VBScript. I know that there's no built-in function in VBScript for generating one. …

vbscript guid uuid
If exists then quit VBS

Please take this script into context with my question: If objFSO.FileExists("C:\Windows\Fonts\" & objFile.Name) Then Wscript.…

vbscript wsh
ByRef and ByVal in VBScript

I'm facing something weird in VBScript. When writing a procedure where I want the parameter to be passed by reference, …

vbscript
Change owner and permissions on folder

I have the below script, it works fine, but how do I set it to keep security settings and add …

command-line vbscript cacls
Getting command line output in VBScript (without writing to files)

I'm using VBScript, and my goal is to be able to substitute a drive letter for a path of my …

windows vbscript subst drive-mapping
How to open Explorer with a specific file selected?

I would like to code a function to which you can pass a file path, for example: C:\FOLDER\SUBFOLDER\…

c# winapi vbscript
Can you debug VBScript in Visual Studio?

I was wondering if Visual Studio can run and debug VBScript files? Thank you for your time.

debugging visual-studio-2013 vbscript