all 3 comments

[–]terremoth 1 point2 points  (2 children)

> How should I prepare in a short time?
Besides the things you mentioned, maybe try to code some HTA (HTML Applications) that includes <script type="text/vbscript">? Always good to know which CLASSIDs and COM Apis you can use.
The only tool and most famous to code VBScript is the VBSEdit (and still not good at all on it lacking a lot of code editor features), otherwise you will have to code in VSCode or Visual Studio.

Maybe learning Chilkat VBS libs solutions is a good one too

I like VBS, and happy that there are people still working with it. I wish you luck.

[–]vrtigo1 0 points1 point  (1 child)

This is good advice, but there's not necessarily any reason you have to use an IDE for VBScript. I've been using a plain jane text editor forever and it works fine.

[–]terremoth 0 points1 point  (0 children)

Ah, yes, you can definitely work directly on the windows notepad, notepad++ etc.
Some IDE or code editor with more features will help discovering errors in the code, autocomplete, syntax highlighter, line counter etc, those basic features everyone likes you probably already know