VBScript has been deprecated by Microsoft

OK, I used VBS with iMacros for years. After iMacros was retired, I switched to UI.Vision RPA, still using VBS and MS Access for the heart of the application with UI.Vision being the part that navigated the web and grabbed the stuff I need. I use a core VBS of about 2500 lines, and about 8 other scripts that use the core script and adds specific functionality. Basically, I trade stocks using VBS, MS access, and UI.Vision. Now that VBS will be removed, I am looking for a suitable solution. Any suggestions?

I recommend Powershell. It takes a while to get used to, but is the de-facto standard for scripting on Windows.

The good news is that you can use OpenAI’s ChatGPT or Google’s Gemini to convert your VBS scripts to Powershell :wink:

1 Like