Skip to main content
Solved

Application : Open program/file parameters

  • 26 August 2024
  • 1 reply
  • 9 views

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.

1 reply

Userlevel 1
Badge +8

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

Reply