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)
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.
Thank you
It worked for me. Thank you for your support.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.