<?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 How to pass the command line in the command Prompt in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/How-to-pass-the-command-line-in-the-command-Prompt/m-p/49303#M56</link>
    <description>&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;Hi Team,&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;&amp;nbsp;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;How to use Utility - Environment VBO For passing the command line in the command Prompt.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;If you have any specific concerns or suggestions, please let me know as soon as possible.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;Shweta&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shweta Naik&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Nov 2023 11:27:00 GMT</pubDate>
    <dc:creator>Shweta_Naik.</dc:creator>
    <dc:date>2023-11-20T11:27:00Z</dc:date>
    <item>
      <title>How to pass the command line in the command Prompt</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-to-pass-the-command-line-in-the-command-Prompt/m-p/49303#M56</link>
      <description>&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;Hi Team,&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;&amp;nbsp;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;How to use Utility - Environment VBO For passing the command line in the command Prompt.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;If you have any specific concerns or suggestions, please let me know as soon as possible.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"&gt;Shweta&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shweta Naik&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Nov 2023 11:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-to-pass-the-command-line-in-the-command-Prompt/m-p/49303#M56</guid>
      <dc:creator>Shweta_Naik.</dc:creator>
      <dc:date>2023-11-20T11:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to pass the command line in the command Prompt</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-to-pass-the-command-line-in-the-command-Prompt/m-p/49304#M57</link>
      <description>&lt;P&gt;Hi shwetha naik,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Yiu can use start process&amp;nbsp; to run command prompt&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Below are the knowledge&amp;nbsp; centre article .&lt;/P&gt;
&lt;P&gt;"&lt;/P&gt;
&lt;P dir="ltr"&gt;&lt;BR /&gt;To run something on the command line, there are two options:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI dir="ltr"&gt;Use the Start Process (or Run Process Until Ended) action of the supplied 'Utility - Environment' VBO, and place the command(s) to be run in a batch file. &amp;nbsp;&lt;BR /&gt;Place the full path and filename of the batch file into the 'Application' input parameter field of the Application Modeller.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;OR&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Attach to an existing instance of 'cmd.exe' once it is already running, spy the full window, and use the Global Send Keys function (in a Navigate stage) to send the command line that you wish to run, including the ENTER key."&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.blueprism.com/en/support/solutions/articles/7000077612-how-can-i-run-something-from-a-command-line-in-blue-prism-enterprise-" target="test_blank"&gt;https://support.blueprism.com/en/support/solutions/articles/7000077612-how-can-i-run-something-from-a-command-line-in-blue-prism-enterprise-&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;-----------------------&lt;BR /&gt;If I answered your query. Please  mark it as the "Best Answer"&lt;BR /&gt;&lt;BR /&gt;Harish Mogulluri&lt;BR /&gt;Lead developer&lt;BR /&gt;America/New_York TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Nov 2023 12:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-to-pass-the-command-line-in-the-command-Prompt/m-p/49304#M57</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-11-20T12:58:00Z</dc:date>
    </item>
  </channel>
</rss>

