Can we run process using batch file?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-18 11:38 AM
Hi,
We are thinking of operating from other system because we have to run a process after other application running.
If you know how to realize that, please tell me about that.
Thanks,
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-02-18 08:08 PM
You don't want to run a Blue Prism solution from the Batch file... I recommend taking to an experienced BP or Partner consultant to discuss the design of your solution in detail
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-02-18 07:01 AM
Hi Denis,
Thank you for your reply.
Actually, I know we cannot do it..., but I tried to ask this Forum.
Thanks!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-02-18 02:09 PM
Look for 'Command Line' in the product Help.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-02-18 09:41 PM
Definitely possible using automatec.exe and creating a batch file from there. Will have to take care for proper error handling (resource machine is busy, Process doesn't launch successfully).
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-04-18 06:26 PM
C:\Program Files\Blue Prism Limited\AutomateC.exe"" /user /run
Please follow the below steps to achieve this
1. Modify the above command by replacing Username, Password and Process Names with your relevant details.
2. Run the modified command by using CLI.
3. If you are able to run the process through CLI with out any error, create the same command in .bat file.
Note : Process must be published to control room.

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-04-18 02:28 PM
Definetely possible.. It depends on how your Setup is you will Need a few steps more... but it's doable for sure.. if you Need to authenticate because it runs on another machine then you will also Need some webrequests to auth..
just have a look at automateC and type ""/help""
and for the web requests have a look at http://localhost:8181/help
