Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Alteryx run windows bat command

187
8 - Asteroid

Hi 

I have one command like below

cscript.exe .\refresh_formula_calculation.vbs "C:\code\Alert.xlsx"

 

how can i execute it as a windows command in alteryx?

3 REPLIES 3
Qiu
21 - Polaris
21 - Polaris

@187 
Can it be run in the CMD line window?
or you actually want to run a vbs from alteryx?

Qiu
21 - Polaris
21 - Polaris
PhilipMannering
16 - Nebula
16 - Nebula

Presumably this script is saved in a .bat file.

You can run this as an event

1. Click the canvas / background of workflow

2. Click events in the configuration pane

3. Add > Run Command...

4. Browse for your .bat file and set when to run

PhilipMannering_0-1640076964300.png

 

Perhaps try using the full path of the .vbs file too.

 

 

 

Labels
Top Solution Authors