28-02-20 05:07 AM
Is there any other way to schedule or run bot external program using CMD.
28-02-20 05:33 AM
28-02-20 05:52 AM
Start C:\"Program Files"\"Blue Prism Limited"\"Blue Prism Automate"\AutomateC /run "test" /user ABCD Password123 bp
Copy paste the above line in a note pad edit test => your process name, ABCD => your bp username , Password123 => your bp password
and save as .bat file.
Or
Open cmd prompt
C:\"Program Files"\"Blue Prism Limited"\"Blue Prism Automate"\AutomateC /run "test" /user ABCD Password123 bp
05-11-20 02:58 PM
05-11-20 03:34 PM
06-11-20 10:25 AM