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?
@187
Can it be run in the CMD line window?
or you actually want to run a vbs from alteryx?
@187
I followed this one before and it worked.
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Run-VB-script/td-p/64153
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
Perhaps try using the full path of the .vbs file too.