How to start blueprism through CMD

Rich

Member
Is 'demo' part of the process name? If so, you may need to put "tmh-poc demo" all encased in double quotes like that.
Also I think the format of the user and password is just: /user username password
I.e. no extra flag for the password.

Additionally I think the /resource flag is mandatory to specify the resource you want to run the process on.

So something like:

AutomateC /run "tmh-poc demo" /resource LAPTOP123 /user admin password123

(Replace password123 with your password and LAPTOP123 with your resource name)
 
Last edited:
Top