VBScript to open a dialog to select a filepath - Stack Overflow All other VBS solutions I've come across use a weird version that isn't provided by the windows explorer to pick a file But since it is just HTML, you would filter out any file like you would in a HTML document
How do I debug a stand-alone VBScript script? - Stack Overflow I have a VBScript script that takes 2 command-line arguments and does some validation I need to debug this to see how the program is getting executed I was trying to paste this into Excel (using
How can I show a message box with two buttons? - Stack Overflow The VBScript Messagebox is fairly limited as to the labels you can apply to the buttons, your choices are pretty much limited to: OK Cancel Retry Abort Ignore Yes No So you are going to have to build your own form if you want "ON" "OFF" Better yet, why not rephrase the prompt in the box so one of the above options works For example:
Getting current directory in VBScript - Stack Overflow If you drop a file onto your vbs file (launcing the script in WScript with arguments), then the working dir will be C:\Windows\System32 (!) (even if the dropped file is in the same directory as the vbs script )