How can I run a .vbs file workflow. May be either ‘Run Shell Script’ or ‘Run Windows Command’. Or is there any other options available?
I tied to run this through ‘Run Shell Script’ but it showing an issue with Interpreter(/bin/sh)

How can I run a .vbs file workflow. May be either ‘Run Shell Script’ or ‘Run Windows Command’. Or is there any other options available?
I tied to run this through ‘Run Shell Script’ but it showing an issue with Interpreter(/bin/sh)
Best answer by AKislyakov
Hi
If your workflow is running on a Windows machine you can use cscript command to execute a VBS script.
Use Run Windows Command step and put command ascscript vbsMsgTst.vbs
If your workflow is running on a Linux machine you’ll first need to install some kind of windows emulator, e.g. WINE.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.