Skip to main content

So i wanted to run a script with 2 arguments -url & -authentication. tested it manually in local cmd
C:\Download\script.exe -url=”argument” -authentication=”argument” and it works, a file is downloaded through the script. so i just use the application: open program/file and put (-url=”argument” -authentication=”argument”) in the parameters, the bot suceed but there is no file downloaded.

Turns out you will need to specify the Start in path field as the output will be downloading a file


Reply