I have been experimenting with this object.property in a logon script and have the following snippit of code. It does not seem to populate in Outlook in the de
I have a batch file that does a lot of different things and within that batch file, at some step, I'm running a VBS script. The problem is, th
I wanted to build a script playing an audio file in the background, so i found code on Stack Overflow to run an audio file without the window
Ok so I have this script I did some time ago that was working perfectly fine 1-2 years ago on Internet Explorer however now I am on Windows 11 which has only Ed
I'm trying to create a VBS via another VBS, but cant handle the quotation marks, and would love to know if it's even possible. That's the 1 line I need in my n
I have some code in VBscript that creates an excel object and adds a workbook to it Dim oExcel, oWB Set oExcel = CreateObject("excel.application") Set oWB =
I am using a VBScript to login automatically into SAP GUI. It opens automatically the SAP GUI window, it loads the SAP server, but it doesn't populate automatic
I have a little problem with VBScript. There is how it should work. It is a simply code that should go through all emails in particular folder, get particular e
What is the best way to parse json string into classic asp using a library? Dim jsonString jsonString = {"date":"4/28/2017","custType":"100","vehicle":"1"} W
I am trying to make a script to open up Windows movie player after a designated delay, however I cannot get windows Media Player to open up with a file passed a
I was wondering if Visual Studio can run and debug VBScript files? Thank you for your time.
I'm trying to write a script to show every server ipaddress that I put into a text file. I've been looking online and came across the script below. What I need
I am new to use VB script. I am using the below code to connect my VPN. But the problem is that after entering "select" button in VPN client, the second page di
I am trying to join the arguments to a string to be passed to another script. The following: WScript.Echo(Join(WScript.Arguments)) gives me an error: Error:
Got a file that I want to separate and put in columns. Look like some of the fields in file are separated by spaces and other by tabs. I want to format so the
I need to display a rather long message to the user in a msgbox. However there are instances where the msgbox seems to hit it's character limit. What's a soluti
OK so I have a script that goes through my outlook inbox looking for a particular header string. This works great for emails directly in my inbox. Now I'm tryin
I want to make a vbscript that waits until its 11:00AM and when it turns that time i want it to launch a batch script. I only know how to use WScript.Sleep B
I want to read data from an SQL Database in my VBS Script. My problem: I need to logon with Windows Authentication and not with an SQL Account. But I cannot use
Good afternoon, I'm using aspJSON (https://github.com/rcdmk/aspJSON) to analyze a json that I have below: { "pedido":1507WSC, "destino":"Brasil", "Pas