<?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: Automate Blue Prism Login - Community Edition in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Automate-Blue-Prism-Login-Community-Edition/m-p/120355#M53191</link>
    <description>&lt;P&gt;I don't have time to type out a full answer right now, but I'm hoping this will get you pointed in the right direction if no one else gives a full explanation. I should mention also that the learning edition (there is no community edition of Blue Prism) is not permitted for Production use. If you're just wanting to learn or practice by running automations for yourself to see how it would work, then I believe there's nothing wrong with that. I don't know that I've tested all this below in the learning edition either, but I see no reason that it wouldn't work. Hopefully AutomateC commands aren't disabled.&lt;/P&gt;&lt;P&gt;As Sayeed mentioned, you'd need to have a public runtime resource process running first. In a real environment, you'd create either a shortcut to Automate.exe or you can use a batch file. If you use a batch file, create the file at this location in order to have it start as soon as Windows is logged in:&lt;/P&gt;&lt;P&gt;C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup&lt;/P&gt;&lt;P&gt;In the batch file (let's say maybe the file is named "Blue Prism Runtime Resource.bat"), put this:&lt;/P&gt;&lt;P&gt;start "" "C:\Program Files\Blue Prism Limited\Blue Prism Automate\automate.exe" /resourcepc /public /invisible&lt;BR /&gt;&lt;BR /&gt;Then what you'll need to do is call AutomateC from something like a batch script, PowerShell script, or whatever. Here's some documentation on the AutomateC CLI in v7.4:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.blueprism.com/en-US/bundle/blue-prism-enterprise-7-4/page/helpCommandLine.htm" target="_blank" rel="noopener"&gt;Command line options&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note that since you're using Learning Edition, I would assume you're not using SSO, so the commands all must contain "/user &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;". For example, to trigger a specific process to run, you might have a command like this:&lt;BR /&gt;(first change directory / cd to into the Blue Prism Automate folder or have that directory in your computer's PATH variable.)&lt;/P&gt;&lt;P&gt;AutomateC /user myusername mypassword123 /run myprocessname /resource mycomputername&lt;BR /&gt;&lt;BR /&gt;Might need quotation marks around some values.&lt;BR /&gt;&lt;BR /&gt;It's possible I'm forgetting some part of that command, but at a glance that seems right. You can also trigger a schedule to run instead as well. Use AutomateC /help or look at those docs I mentioned above to see other commands.&lt;/P&gt;</description>
    <pubDate>Mon, 12 May 2025 15:58:18 GMT</pubDate>
    <dc:creator>david.l.morris</dc:creator>
    <dc:date>2025-05-12T15:58:18Z</dc:date>
    <item>
      <title>Automate Blue Prism Login - Community Edition</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Automate-Blue-Prism-Login-Community-Edition/m-p/120348#M53189</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I understand that the Blue Prism Community Edition lacks a built-in process scheduling mechanism. However, I'm looking for workarounds or alternative methods to automate the following tasks using a BAT file or other means:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Log in to Blue Prism with the available credentials.&lt;/LI&gt;&lt;LI&gt;Run the published process.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Please help me with suggestions if it is achievable.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;BR /&gt;Dipin Dev P&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2590"&gt;@david.l.morris&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2151"&gt;@Neel1&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1799"&gt;@SayeedBinAbdullah&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/490"&gt;@harish.mogulluri&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 10:59:06 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Automate-Blue-Prism-Login-Community-Edition/m-p/120348#M53189</guid>
      <dc:creator>DipinDevP</dc:creator>
      <dc:date>2025-05-12T10:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Blue Prism Login - Community Edition</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Automate-Blue-Prism-Login-Community-Edition/m-p/120349#M53190</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/58907"&gt;@DipinDevP&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The below command can be used to start a resource PC file which will eventually trigger a scheduled process,&lt;BR /&gt;@echo off&lt;BR /&gt;"C:\Program Files\Blue Prism Limited\Blue Prism Automate\Automate.exe" /resourcepc /public&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sayeed Bin Abdullah&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 11:28:57 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Automate-Blue-Prism-Login-Community-Edition/m-p/120349#M53190</guid>
      <dc:creator>SayeedBinAbdullah</dc:creator>
      <dc:date>2025-05-12T11:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Automate Blue Prism Login - Community Edition</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Automate-Blue-Prism-Login-Community-Edition/m-p/120355#M53191</link>
      <description>&lt;P&gt;I don't have time to type out a full answer right now, but I'm hoping this will get you pointed in the right direction if no one else gives a full explanation. I should mention also that the learning edition (there is no community edition of Blue Prism) is not permitted for Production use. If you're just wanting to learn or practice by running automations for yourself to see how it would work, then I believe there's nothing wrong with that. I don't know that I've tested all this below in the learning edition either, but I see no reason that it wouldn't work. Hopefully AutomateC commands aren't disabled.&lt;/P&gt;&lt;P&gt;As Sayeed mentioned, you'd need to have a public runtime resource process running first. In a real environment, you'd create either a shortcut to Automate.exe or you can use a batch file. If you use a batch file, create the file at this location in order to have it start as soon as Windows is logged in:&lt;/P&gt;&lt;P&gt;C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup&lt;/P&gt;&lt;P&gt;In the batch file (let's say maybe the file is named "Blue Prism Runtime Resource.bat"), put this:&lt;/P&gt;&lt;P&gt;start "" "C:\Program Files\Blue Prism Limited\Blue Prism Automate\automate.exe" /resourcepc /public /invisible&lt;BR /&gt;&lt;BR /&gt;Then what you'll need to do is call AutomateC from something like a batch script, PowerShell script, or whatever. Here's some documentation on the AutomateC CLI in v7.4:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.blueprism.com/en-US/bundle/blue-prism-enterprise-7-4/page/helpCommandLine.htm" target="_blank" rel="noopener"&gt;Command line options&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note that since you're using Learning Edition, I would assume you're not using SSO, so the commands all must contain "/user &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;". For example, to trigger a specific process to run, you might have a command like this:&lt;BR /&gt;(first change directory / cd to into the Blue Prism Automate folder or have that directory in your computer's PATH variable.)&lt;/P&gt;&lt;P&gt;AutomateC /user myusername mypassword123 /run myprocessname /resource mycomputername&lt;BR /&gt;&lt;BR /&gt;Might need quotation marks around some values.&lt;BR /&gt;&lt;BR /&gt;It's possible I'm forgetting some part of that command, but at a glance that seems right. You can also trigger a schedule to run instead as well. Use AutomateC /help or look at those docs I mentioned above to see other commands.&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 15:58:18 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Automate-Blue-Prism-Login-Community-Edition/m-p/120355#M53191</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2025-05-12T15:58:18Z</dc:date>
    </item>
  </channel>
</rss>

