Open program/file action
- Updated: 2023/11/08
Open program/file action
The Open Program/File action in the Application enables you to launch an application or a file.
Settings
- Click Browse under the Location
of the program/file field to specify the filepath of the
application.
For example, if you want to launch the Google Chrome application, the location will be C:\Program Files\Google\Chrome\Application\chrome.exe.
Note: You can also enter the complete filepath in this field. - Optional: In the Start in path field, enter the
filepath of the working directory that you want to use.
If this is not specified, the current working directory of the calling process is used as the starting directory. However, if you want to specify a different starting directory, you can provide a valid path in the Start in path field. This is often used when you want to ensure that the operation has a specific working directory that might be different from the location of the calling program.
-
Optional: In the Parameters
field, specify the parameters or arguments you want to pass
to the program.
For example, if you are using the command line, enter the arguments in this field.
The bots will continue to run successfully even when the backslash (\) is changed to a forward slash (/).