<?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 Hi Sambashiva, … in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81207#M32812</link>
    <description>Hi Sambashiva,&amp;nbsp;
Thank you very much for your message.&amp;nbsp;
I tried to use this command with the following parameters:&amp;nbsp;

Application: Filepath of my Bat file
Arguments: nothing

Is seems it launches the cmd asks me to ""press any key to continue"" but it doesn't execute what my .Bat file is supposed to do. Did I do something wrong?
&amp;nbsp;
Thank you,&amp;nbsp;
David</description>
    <pubDate>Thu, 01 Feb 2018 13:15:00 GMT</pubDate>
    <dc:creator>DavidAssouline</dc:creator>
    <dc:date>2018-02-01T13:15:00Z</dc:date>
    <item>
      <title>Launch an executable file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81205#M32810</link>
      <description>Hello,

Could you please tell me how to launch an ".Bat" file with Blue Prism? I couldn't find that in the utility file management.

Thank you,

David
&amp;nbsp;</description>
      <pubDate>Wed, 31 Jan 2018 23:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81205#M32810</guid>
      <dc:creator>DavidAssouline</dc:creator>
      <dc:date>2018-01-31T23:07:00Z</dc:date>
    </item>
    <item>
      <title>Hi David,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81206#M32811</link>
      <description>Hi David,
&amp;nbsp;
You can use the Utility - Environment, it has a start process action where you can pass the location of your Bat file as parameters.
&amp;nbsp;
Regards
Sambashiva</description>
      <pubDate>Thu, 01 Feb 2018 09:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81206#M32811</guid>
      <dc:creator>Sambashiva_RaoT</dc:creator>
      <dc:date>2018-02-01T09:17:00Z</dc:date>
    </item>
    <item>
      <title>Hi Sambashiva, …</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81207#M32812</link>
      <description>Hi Sambashiva,&amp;nbsp;
Thank you very much for your message.&amp;nbsp;
I tried to use this command with the following parameters:&amp;nbsp;

Application: Filepath of my Bat file
Arguments: nothing

Is seems it launches the cmd asks me to ""press any key to continue"" but it doesn't execute what my .Bat file is supposed to do. Did I do something wrong?
&amp;nbsp;
Thank you,&amp;nbsp;
David</description>
      <pubDate>Thu, 01 Feb 2018 13:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81207#M32812</guid>
      <dc:creator>DavidAssouline</dc:creator>
      <dc:date>2018-02-01T13:15:00Z</dc:date>
    </item>
    <item>
      <title>Hi David,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81208#M32813</link>
      <description>Hi David,
Try to use this code in your object's code stage System.Diagnostics.Process.Start(Path of Bat file);
&amp;nbsp;
add&amp;nbsp;System.Diagnostics in the import statements.
&amp;nbsp;
Regards
Sambashiva</description>
      <pubDate>Thu, 01 Feb 2018 13:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81208#M32813</guid>
      <dc:creator>Sambashiva_RaoT</dc:creator>
      <dc:date>2018-02-01T13:44:00Z</dc:date>
    </item>
    <item>
      <title>Hi Sambashiva,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81209#M32814</link>
      <description>Hi Sambashiva,
Thank you for your message. To be sure I understand:
This is the object original parameter:&amp;nbsp;
""If Arguments"""" Then
&amp;nbsp; System.Diagnostics.Process.Start(Application, Arguments)
Else
&amp;nbsp; System.Diagnostics.Process.Start(Application)
End If""
--------------------------------------------------------------------------
This is what I did :
If Arguments"""" Then
&amp;nbsp; System.Diagnostics.Process.Start(""C:\myfile.bat"")
Else
&amp;nbsp; System.Diagnostics.Process.Start(Application)
End If
&amp;nbsp;
""add&amp;nbsp;System.Diagnostics in the import statements."" --&amp;gt; Where does this go?
Thank you very much again.&amp;nbsp;</description>
      <pubDate>Thu, 01 Feb 2018 14:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81209#M32814</guid>
      <dc:creator>DavidAssouline</dc:creator>
      <dc:date>2018-02-01T14:05:00Z</dc:date>
    </item>
    <item>
      <title>Can anyone help please? I…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81210#M32815</link>
      <description>Can anyone help please? I just need this to finish my robot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;</description>
      <pubDate>Fri, 02 Feb 2018 13:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81210#M32815</guid>
      <dc:creator>DavidAssouline</dc:creator>
      <dc:date>2018-02-02T13:06:00Z</dc:date>
    </item>
    <item>
      <title>If you are still stuck on…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81211#M32816</link>
      <description>If you are still stuck on this, you can put the full file path in both parameters of the Utility - Environment &amp;gt; start process&amp;nbsp; action.</description>
      <pubDate>Wed, 14 Feb 2018 02:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Launch-an-executable-file/m-p/81211#M32816</guid>
      <dc:creator>JayBorden</dc:creator>
      <dc:date>2018-02-14T02:15:00Z</dc:date>
    </item>
  </channel>
</rss>

