<?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 Launch &amp;quot;cmd&amp;quot; from application modeller in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-To-Launch-quot-cmd-quot-from-application-modeller/m-p/79009#M30968</link>
    <description>Hi,

I am not able to launch cmd from modeller tried different ways .
but not able to start the windows shell,
cmd on background runs on two processes namingly cmd and conhost tried that as well.

Any help would be appreciated.

Thanks.</description>
    <pubDate>Wed, 29 Mar 2017 12:44:00 GMT</pubDate>
    <dc:creator>PrateekMehan</dc:creator>
    <dc:date>2017-03-29T12:44:00Z</dc:date>
    <item>
      <title>How To Launch "cmd" from application modeller</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-To-Launch-quot-cmd-quot-from-application-modeller/m-p/79009#M30968</link>
      <description>Hi,

I am not able to launch cmd from modeller tried different ways .
but not able to start the windows shell,
cmd on background runs on two processes namingly cmd and conhost tried that as well.

Any help would be appreciated.

Thanks.</description>
      <pubDate>Wed, 29 Mar 2017 12:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-To-Launch-quot-cmd-quot-from-application-modeller/m-p/79009#M30968</guid>
      <dc:creator>PrateekMehan</dc:creator>
      <dc:date>2017-03-29T12:44:00Z</dc:date>
    </item>
    <item>
      <title>Hi Prateek,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-To-Launch-quot-cmd-quot-from-application-modeller/m-p/79010#M30969</link>
      <description>Hi Prateek,
I have also tried to launch the CMD from application modeler but it didn't worked.
But I have achieved through the action ""Start Process"" available in the Utility - Environment VBO.
After launching the CMD we can attach the CMD by using application modeler.
try and let me know if you find any issues. 
Regards,
Kiran</description>
      <pubDate>Wed, 29 Mar 2017 16:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-To-Launch-quot-cmd-quot-from-application-modeller/m-p/79010#M30969</guid>
      <dc:creator>KirankumarMahan</dc:creator>
      <dc:date>2017-03-29T16:22:00Z</dc:date>
    </item>
    <item>
      <title>thanks kiran</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-To-Launch-quot-cmd-quot-from-application-modeller/m-p/79011#M30970</link>
      <description>thanks kiran</description>
      <pubDate>Wed, 29 Mar 2017 17:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-To-Launch-quot-cmd-quot-from-application-modeller/m-p/79011#M30970</guid>
      <dc:creator>PrateekMehan</dc:creator>
      <dc:date>2017-03-29T17:07:00Z</dc:date>
    </item>
    <item>
      <title>i also launched it via a code</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-To-Launch-quot-cmd-quot-from-application-modeller/m-p/79012#M30971</link>
      <description>i also launched it via a code in C#, create a business process with no application then add a code step
string strCmdText;
strCmdText= ""Echo"" ;
System.Diagnostics.Process.Start(""CMD.exe"",strCmdText);
once it launches you can attach
oh ensure you add system.dll to the initilaize screen
C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.dll</description>
      <pubDate>Thu, 20 Apr 2017 00:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-To-Launch-quot-cmd-quot-from-application-modeller/m-p/79012#M30971</guid>
      <dc:creator>PhilipDeveau</dc:creator>
      <dc:date>2017-04-20T00:22:00Z</dc:date>
    </item>
  </channel>
</rss>

