You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kudos for the repo, these examples were helpful to me.
One thing I can't figure out however.
There is an example of running python script, but I'd like to also run bat file. I tried to put absolute path of my bat file into arguments attribute of action element, but it does not seem to work (and I can't find any useful feedback regarding what goes wrong).
Is this possible, and if so, what is the correct way to specify bat file to run?
The text was updated successfully, but these errors were encountered:
Kudos for the repo, these examples were helpful to me.
One thing I can't figure out however.
There is an example of running python script, but I'd like to also run
bat
file. I tried to put absolute path of my bat file intoarguments
attribute ofaction
element, but it does not seem to work (and I can't find any useful feedback regarding what goes wrong).Is this possible, and if so, what is the correct way to specify
bat
file to run?The text was updated successfully, but these errors were encountered: