<?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: Use Utility Environment Start Action as CMD in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84202#M35378</link>
    <description>It depends on what you need to do. Sometimes it's a relatively simple thing such as trigger a .exe file to run and that's it. Sometimes you are triggering a .exe file and waiting for an output from it. I see you referenced Python earlier, so I assume you're looking to kick of a Python script. The Support Center isn't loading for me right now or I'd point you to an article there regarding kicking off Python from Blue Prism. I think Eric Wilson also has some blog content about that.&lt;BR /&gt;&lt;BR /&gt;So, let me just start with this. Are you saying you tried using the Environment VBO's action "Start Process" or better yet "Start Process Read Stderr and Stdout" which can give you outputs from your command line call. And you mentioned that something wasn't printed out to the command window. A command prompt window will not necessarily pop up. Something you could do is add a pause command so that the window stays open, but I would assume that the window would close immediately by default once it's done with its task.&lt;BR /&gt;&lt;BR /&gt;Glad you found the YouTube content helpful!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;Cano Ai&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Jul 2021 19:51:00 GMT</pubDate>
    <dc:creator>david.l.morris</dc:creator>
    <dc:date>2021-07-13T19:51:00Z</dc:date>
    <item>
      <title>Use Utility Environment Start Action as CMD</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84195#M35371</link>
      <description>Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I need to create folder using command line, though there are option available in Folder management, i want to utilize command prompt for it,&lt;BR /&gt;i want to send 'MD Test' as command and create this 'Test' folder, did any one tried it ? can you share how to send this command from Start Process Action ?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ishan Mahajan &lt;BR /&gt;India&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Aug 2019 10:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84195#M35371</guid>
      <dc:creator>IshanMahajan</dc:creator>
      <dc:date>2019-08-28T10:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Use Utility Environment Start Action as CMD</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84196#M35372</link>
      <description>&lt;P&gt;You can use the "Start Process" Action within the "Utility - Environment" VBO for this below is an example of how this could be done. e.g.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Inputs:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Application = "cmd.exe"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Arguments = ""/c if not exist ""c:\temp\bp-new-folder"" (mkdir ""c:\temp\bp-new-folder"")"&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="28550.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28676iD137831786F10D2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="28550.png" alt="28550.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Please note that the "Start Process" Action does not handle any exit codes&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;James Marsh&lt;BR /&gt;Technical Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Aug 2019 13:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84196#M35372</guid>
      <dc:creator>JamesMarsh</dc:creator>
      <dc:date>2019-08-28T13:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Use Utility Environment Start Action as CMD</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84197#M35373</link>
      <description>Thanks James!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ishan Mahajan &lt;BR /&gt;India&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2019 16:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84197#M35373</guid>
      <dc:creator>IshanMahajan</dc:creator>
      <dc:date>2019-08-29T16:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Use Utility Environment Start Action as CMD</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84198#M35374</link>
      <description>&lt;SPAN&gt;Hi,&lt;BR /&gt;I used your method to run a python code. I don't need output into BluePrism. I passed arguments like this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"python3" &amp;amp; """" &amp;amp;[script_file_path]&amp;amp;""""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this evaluated right. I am wondering Why it is not printed on the cmd screen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Help will be greatly appreciated. All the other forms on this topic talk about using the code stage. I want to do it without using the code stage and application modeler. Is it Possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in Advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Morampudi Sowmya&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Jul 2021 19:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84198#M35374</guid>
      <dc:creator>MorampudiSowmya</dc:creator>
      <dc:date>2021-07-11T19:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Use Utility Environment Start Action as CMD</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84199#M35375</link>
      <description>I want to answer my own question. As passing through&amp;nbsp; arguments didn't work for me. I used a navigate stage and attached cmd to it. Yes I used Application modeler but all I did is to give the cmd location that's it.&lt;BR /&gt;To attach cmd you need give the window title parameter as
&lt;DIV&gt;"*cmd*"&lt;BR /&gt;And through global send keys I passed the command and {ENTER}.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Morampudi Sowmya&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2021 18:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84199#M35375</guid>
      <dc:creator>MorampudiSowmya</dc:creator>
      <dc:date>2021-07-12T18:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Use Utility Environment Start Action as CMD</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84200#M35376</link>
      <description>What's your scenario? I can't imagine a time where it's desirable to use global send keys with a command prompt window, other than just learning Blue Prism.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;Cano Ai&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2021 20:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84200#M35376</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2021-07-12T20:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Use Utility Environment Start Action as CMD</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84201#M35377</link>
      <description>Yes Dave, I just started learning Blue prism. In fact, I am on my trial version still. Would you mind telling me what would you do in such a scenario?&amp;nbsp;&lt;BR /&gt;BTW I follow your content on youtube. They helped me have a smooth blue prism journey. Thanks for the content.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Morampudi Sowmya&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jul 2021 18:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84201#M35377</guid>
      <dc:creator>MorampudiSowmya</dc:creator>
      <dc:date>2021-07-13T18:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Use Utility Environment Start Action as CMD</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84202#M35378</link>
      <description>It depends on what you need to do. Sometimes it's a relatively simple thing such as trigger a .exe file to run and that's it. Sometimes you are triggering a .exe file and waiting for an output from it. I see you referenced Python earlier, so I assume you're looking to kick of a Python script. The Support Center isn't loading for me right now or I'd point you to an article there regarding kicking off Python from Blue Prism. I think Eric Wilson also has some blog content about that.&lt;BR /&gt;&lt;BR /&gt;So, let me just start with this. Are you saying you tried using the Environment VBO's action "Start Process" or better yet "Start Process Read Stderr and Stdout" which can give you outputs from your command line call. And you mentioned that something wasn't printed out to the command window. A command prompt window will not necessarily pop up. Something you could do is add a pause command so that the window stays open, but I would assume that the window would close immediately by default once it's done with its task.&lt;BR /&gt;&lt;BR /&gt;Glad you found the YouTube content helpful!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;Cano Ai&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jul 2021 19:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Use-Utility-Environment-Start-Action-as-CMD/m-p/84202#M35378</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2021-07-13T19:51:00Z</dc:date>
    </item>
  </channel>
</rss>

