Skip to main content

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 @Ajeesh_G 

 

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 as
cscript 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 @AKislyakov  for your message.

 

It worked for me. Thank you for your support.


Reply


ataccama
arrows
Lead your team  forward  OCT 24 / 9AM ET
×