Send mail every hour and every day

VJR

Well-Known Member
Hi andrea93,

There could be more than one ways to do this. Below is what I can think of.
A Blue Prism process can be called to start from the command line.
How to do that you can check in this link-
http://www.rpaforum.net/threads/how-to-start-blue-prism-process-from-control-m-or-command-line.657/

You can also use a powershell script to call the process even with parameters. (Powershell comes along with Windows)
Check this video link.

So with these things possible, you can either create a batch file (.bat) or a vbscript file (.vbs) which will kickstart your Blue Prism process that sends an email.

But this .bat or .vbs file will only run every hour of the day and every day by configuring it in the Windows Task Scheduler.
Create a new Task in the Scheduler and in the Triggers tab make use of the below settings.

1523379834748.png
 
Last edited:
Top