<?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 We can automate command in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75392#M27997</link>
    <description>We can automate command prompt using BP.  Please use the below steps
1) Using utility environment object, select start process action &amp;amp; pass the application value as ""C:\Windows\System32\cmd.exe""
2) Using navigate stage  attach the cmd application with input windows title as ""C:\Windows\System32\cmd.exe""
3) Enter the any command using global send keys event to cmd application like ""dir {RETURN}</description>
    <pubDate>Thu, 16 Jun 2016 12:43:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-16T12:43:00Z</dc:date>
    <item>
      <title>How to automate mscommand prompt through blueprism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75390#M27995</link>
      <description>How to automate  MScommand prompt (cmd.exe)</description>
      <pubDate>Wed, 15 Jun 2016 12:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75390#M27995</guid>
      <dc:creator>malligac</dc:creator>
      <dc:date>2016-06-15T12:10:00Z</dc:date>
    </item>
    <item>
      <title>I've not automated command</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75391#M27996</link>
      <description>I've not automated command prompt through Blue Prism, but have developed some objects to automate the WinSCP command prompt and PuTTY.
However, I have found that for the purposes required - I have been able to pre-code batch scripts of powershell scripts and use the Start Process action. Perhaps this could be something you could look into, rather than interfacing with the command prompt.</description>
      <pubDate>Wed, 15 Jun 2016 12:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75391#M27996</guid>
      <dc:creator>TomBlackburn1</dc:creator>
      <dc:date>2016-06-15T12:57:00Z</dc:date>
    </item>
    <item>
      <title>We can automate command</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75392#M27997</link>
      <description>We can automate command prompt using BP.  Please use the below steps
1) Using utility environment object, select start process action &amp;amp; pass the application value as ""C:\Windows\System32\cmd.exe""
2) Using navigate stage  attach the cmd application with input windows title as ""C:\Windows\System32\cmd.exe""
3) Enter the any command using global send keys event to cmd application like ""dir {RETURN}</description>
      <pubDate>Thu, 16 Jun 2016 12:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75392#M27997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-16T12:43:00Z</dc:date>
    </item>
    <item>
      <title>Sudarshant - Out of curiosity</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75393#M27998</link>
      <description>Sudarshant - Out of curiosity, can you read from contents of the command prompt? E.g. wait for an action to complete? I haven't tested, but I imagine you can't. I had some issues with PuTTY like that so had to use other work arounds.</description>
      <pubDate>Thu, 16 Jun 2016 13:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75393#M27998</guid>
      <dc:creator>TomBlackburn1</dc:creator>
      <dc:date>2016-06-16T13:48:00Z</dc:date>
    </item>
    <item>
      <title>OCR should be a last resort.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75394#M27999</link>
      <description>OCR should be a last resort. I was looking for a direct API read using Win32/AA. However I now use write out the result to a .txt file, then download that into Blue Prism to query the output result.</description>
      <pubDate>Tue, 12 Jul 2016 18:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75394#M27999</guid>
      <dc:creator>TomBlackburn1</dc:creator>
      <dc:date>2016-07-12T18:02:00Z</dc:date>
    </item>
    <item>
      <title>For Read, Send Key ALT+SPACE,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75395#M28000</link>
      <description>For Read, Send Key ALT+SPACE, E, S, Enter. Then Read From Clipboard by using Utiltity Environment#Get Clipboard.</description>
      <pubDate>Fri, 24 Feb 2017 08:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75395#M28000</guid>
      <dc:creator>tjunicho</dc:creator>
      <dc:date>2017-02-24T08:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: I've not automated command</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75396#M28001</link>
      <description>Could you please share the object if possible.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SANJIB SINHA&lt;BR /&gt;Software Senior Engineer&lt;BR /&gt;TELSTRA&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Aug 2019 08:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-automate-mscommand-prompt-through-blueprism/m-p/75396#M28001</guid>
      <dc:creator>SANJIBSINHA</dc:creator>
      <dc:date>2019-08-13T08:53:00Z</dc:date>
    </item>
  </channel>
</rss>

