<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: BOT scheduling using programming language in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/BOT-scheduling-using-programming-language/m-p/55012#M1073</link>
    <description>Thank you very much, Andrey! It works!!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Alberto Gómez&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 06 Nov 2020 10:25:00 GMT</pubDate>
    <dc:creator>AlbertoGómez</dc:creator>
    <dc:date>2020-11-06T10:25:00Z</dc:date>
    <item>
      <title>BOT scheduling using programming language</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/BOT-scheduling-using-programming-language/m-p/55007#M1068</link>
      <description>&lt;DIV class="ms-forceWrap ms-comm-postBodyThreaded ms-comm-postBodyOverflow ms-textLarge"&gt;
&lt;DIV dir="" class="ms-rtestate-field"&gt;
&lt;DIV class="ExternalClass1A896DA52BF5466AAC9716EF94FBD557"&gt;
&lt;P&gt;Is there any other way to&amp;nbsp;schedule​ or run bot external&amp;nbsp;program using CMD.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;SPAN class="ms-metadata ms-comm-cmdSpaceListItem"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;srihari j&lt;BR /&gt;Application Development Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Feb 2020 05:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/BOT-scheduling-using-programming-language/m-p/55007#M1068</guid>
      <dc:creator>sriharij</dc:creator>
      <dc:date>2020-02-28T05:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: BOT scheduling using programming language</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/BOT-scheduling-using-programming-language/m-p/55008#M1069</link>
      <description>If you don't want to use the BP inbuild scheduler, you can still use any of the scheduler available to you.&lt;BR /&gt;One of the easiest way to do it is:&lt;BR /&gt;&lt;BR /&gt;1-&amp;nbsp; All BP processes can be run via the cmd line. Check for command line reference in the help section of BP software itself.&lt;BR /&gt;2-&amp;nbsp; You can write the cmd line for running the process you want in&amp;nbsp; batch file and trigger that batch file from external scheduler as per your wish.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;"If you like this post, please press the "Recommend" Button.&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Feb 2020 05:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/BOT-scheduling-using-programming-language/m-p/55008#M1069</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2020-02-28T05:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: BOT scheduling using programming language</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/BOT-scheduling-using-programming-language/m-p/55009#M1070</link>
      <description>Hi Srihari,&lt;BR /&gt;&lt;BR /&gt;Yes you can trigger the process externally and you can do many more operations without logging into blueprism.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;Start C:\"Program Files"\"Blue Prism Limited"\"Blue Prism Automate"\AutomateC /run "test" /user ABCD Password123 bp&lt;BR /&gt;&lt;BR /&gt;Copy paste the above line in a note pad edit test =&amp;gt; your process name, ABCD =&amp;gt; your bp username , Password123 =&amp;gt; your bp password&amp;nbsp;&lt;BR /&gt;and save as .bat file.&lt;BR /&gt;&lt;BR /&gt;Or&lt;BR /&gt;&lt;BR /&gt; Open cmd prompt&lt;BR /&gt;&lt;BR /&gt;C:\"Program Files"\"Blue Prism Limited"\"Blue Prism Automate"\AutomateC /run "test" /user ABCD Password123 bp&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
edit the above line test =&amp;gt; your process name, ABCD =&amp;gt; your bp username , Password123 =&amp;gt; your bp password&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;You can find more information in &amp;gt; open blue prism application &amp;gt; open up a process in process studio &amp;gt; Help &amp;gt;&amp;nbsp; show help topic / press F1 &amp;gt; Command Line .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gerald J&lt;BR /&gt;Automation Engineer&lt;BR /&gt;10xds&lt;BR /&gt;Kerala/Kochi&lt;BR /&gt;+91-9159842805&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Feb 2020 05:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/BOT-scheduling-using-programming-language/m-p/55009#M1070</guid>
      <dc:creator>Gerald_J</dc:creator>
      <dc:date>2020-02-28T05:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: BOT scheduling using programming language</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/BOT-scheduling-using-programming-language/m-p/55010#M1071</link>
      <description>Hi, Gerald&lt;BR /&gt;I tried to use the command line to schedule my process but the only way I had to working with this command line was logging into the blue prism. If I closed the aplication, this command didn't work properly, but if I run BP and I use this command line, It works.&amp;nbsp;&lt;BR /&gt;I post this message&lt;BR /&gt;The first comand line, as you can see, it didn't work. The second try, it worked properly. At the first time, BP was closed, the second time, BP was running.&lt;BR /&gt;&lt;BR /&gt;Thank you so much&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Alberto Gómez&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2020 14:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/BOT-scheduling-using-programming-language/m-p/55010#M1071</guid>
      <dc:creator>AlbertoGómez</dc:creator>
      <dc:date>2020-11-05T14:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: BOT scheduling using programming language</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/BOT-scheduling-using-programming-language/m-p/55011#M1072</link>
      <description>Because there is no resource pc running on localhost. Either run standalone resourcepc or use /resource hostname to run it on another resourcepc that is actually online.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2020 15:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/BOT-scheduling-using-programming-language/m-p/55011#M1072</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2020-11-05T15:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: BOT scheduling using programming language</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/BOT-scheduling-using-programming-language/m-p/55012#M1073</link>
      <description>Thank you very much, Andrey! It works!!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Alberto Gómez&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Nov 2020 10:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/BOT-scheduling-using-programming-language/m-p/55012#M1073</guid>
      <dc:creator>AlbertoGómez</dc:creator>
      <dc:date>2020-11-06T10:25:00Z</dc:date>
    </item>
  </channel>
</rss>

