<?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: You can use the Start… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/regarding-the-vbo-to-run-the-bat-file/m-p/73742#M26347</link>
    <description>&lt;P&gt;I found the trick to be that you can't step through a .BAT process in debug mode.&amp;nbsp; I need to click on the Go button and just let it run.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It also uses global send keys to write the path, so special characters need to be replaced with their respective codes.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jeremy Dean&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 12 Feb 2024 21:59:00 GMT</pubDate>
    <dc:creator>JeremyRTDean</dc:creator>
    <dc:date>2024-02-12T21:59:00Z</dc:date>
    <item>
      <title>regarding the vbo to run the .bat file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/regarding-the-vbo-to-run-the-bat-file/m-p/73738#M26343</link>
      <description>Is there any VBO available to execute the .bat file which is available in my descktop</description>
      <pubDate>Fri, 27 Apr 2018 16:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/regarding-the-vbo-to-run-the-bat-file/m-p/73738#M26343</guid>
      <dc:creator>sumitsharma1</dc:creator>
      <dc:date>2018-04-27T16:05:00Z</dc:date>
    </item>
    <item>
      <title>You can use the Start…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/regarding-the-vbo-to-run-the-bat-file/m-p/73739#M26344</link>
      <description>You can use the Start Process action under the Environment Utility and in the argument input pass the path of your script, it should work.</description>
      <pubDate>Tue, 01 May 2018 17:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/regarding-the-vbo-to-run-the-bat-file/m-p/73739#M26344</guid>
      <dc:creator>AnuragSingh2</dc:creator>
      <dc:date>2018-05-01T17:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: You can use the Start…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/regarding-the-vbo-to-run-the-bat-file/m-p/73740#M26345</link>
      <description>&lt;P&gt;It just seems to open the script and does not run it.&amp;nbsp; There is also a Command Prompt::Run BAT. File VBO but that just gives the following error:&lt;/P&gt;
&lt;P&gt;Internal : Failed to perform step 1 in Navigate Stage 'Enter Data' on page 'Run BAT. File' - Not Connected&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jeremy Dean&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Feb 2024 01:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/regarding-the-vbo-to-run-the-bat-file/m-p/73740#M26345</guid>
      <dc:creator>JeremyRTDean</dc:creator>
      <dc:date>2024-02-07T01:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: You can use the Start…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/regarding-the-vbo-to-run-the-bat-file/m-p/73741#M26346</link>
      <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;
&lt;P&gt;To run a BAT file I use the Run Process Until Ended action in the Utility - Environment VBO.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27873.jpg"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28009iC777A73DE9153118/image-size/large?v=v2&amp;amp;px=999" role="button" title="27873.jpg" alt="27873.jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;In the above screenshot the input in the Application Field is a data item containing the full path of the BAT file - e.g. \\fileshare\batch\somebat.bat&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;Hope this helps,&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;Ian&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ian Mawson&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Feb 2024 14:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/regarding-the-vbo-to-run-the-bat-file/m-p/73741#M26346</guid>
      <dc:creator>Ian_Mawson</dc:creator>
      <dc:date>2024-02-07T14:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: You can use the Start…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/regarding-the-vbo-to-run-the-bat-file/m-p/73742#M26347</link>
      <description>&lt;P&gt;I found the trick to be that you can't step through a .BAT process in debug mode.&amp;nbsp; I need to click on the Go button and just let it run.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It also uses global send keys to write the path, so special characters need to be replaced with their respective codes.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jeremy Dean&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Feb 2024 21:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/regarding-the-vbo-to-run-the-bat-file/m-p/73742#M26347</guid>
      <dc:creator>JeremyRTDean</dc:creator>
      <dc:date>2024-02-12T21:59:00Z</dc:date>
    </item>
  </channel>
</rss>

