<?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 is there any command to import package through command line? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/is-there-any-command-to-import-package-through-command-line/m-p/51941#M6907</link>
    <description>is there any command to import package through command line?

&amp;nbsp;

&amp;nbsp;

Ghanshyam Singh

er.singhghanshyam@gmail.com</description>
    <pubDate>Sun, 10 Jun 2018 20:16:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-10T20:16:00Z</dc:date>
    <item>
      <title>is there any command to import package through command line?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/is-there-any-command-to-import-package-through-command-line/m-p/51941#M6907</link>
      <description>is there any command to import package through command line?

&amp;nbsp;

&amp;nbsp;

Ghanshyam Singh

er.singhghanshyam@gmail.com</description>
      <pubDate>Sun, 10 Jun 2018 20:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/is-there-any-command-to-import-package-through-command-line/m-p/51941#M6907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-10T20:16:00Z</dc:date>
    </item>
    <item>
      <title>From 6.2 onwards, yes.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/is-there-any-command-to-import-package-through-command-line/m-p/51942#M6908</link>
      <description>From 6.2 onwards, yes.</description>
      <pubDate>Mon, 11 Jun 2018 13:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/is-there-any-command-to-import-package-through-command-line/m-p/51942#M6908</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-06-11T13:35:00Z</dc:date>
    </item>
    <item>
      <title>What is the command line…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/is-there-any-command-to-import-package-through-command-line/m-p/51943#M6909</link>
      <description>What is the command line script to import all the vbos?</description>
      <pubDate>Thu, 21 Jun 2018 00:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/is-there-any-command-to-import-package-through-command-line/m-p/51943#M6909</guid>
      <dc:creator>BenRPA</dc:creator>
      <dc:date>2018-06-21T00:03:00Z</dc:date>
    </item>
    <item>
      <title>You can create a bat file…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/is-there-any-command-to-import-package-through-command-line/m-p/51944#M6910</link>
      <description>You can create a bat file that lists individual xml files, like this:
SET bp=""C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe"" /user Ben password /import
%bp% ""C:\Program Files (x86)\Blue Prism Limited\Blue Prism Automate\VBO\BPA Object - Utility - Collection Manipulation.xml""
%bp% ""C:\Program Files....etc""
&amp;nbsp;</description>
      <pubDate>Mon, 25 Jun 2018 14:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/is-there-any-command-to-import-package-through-command-line/m-p/51944#M6910</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-06-25T14:32:00Z</dc:date>
    </item>
    <item>
      <title>Or with a loop like this:…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/is-there-any-command-to-import-package-through-command-line/m-p/51945#M6911</link>
      <description>Or with a loop like this:
SET AUTOMATEC=""C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe"" /user Ben password /import
SET DBCONNNAME=""My Connection""
SET PATHTOVBOS=""C:\Program Files\Blue Prism Limited\Blue Prism Automate\VBO""
FOR %%I in (""""%PATHTOVBOS%""\*.*"") DO %AUTOMATEC% ""%%I"" /dbconname %DBCONNNAME%</description>
      <pubDate>Mon, 25 Jun 2018 14:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/is-there-any-command-to-import-package-through-command-line/m-p/51945#M6911</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-06-25T14:40:00Z</dc:date>
    </item>
  </channel>
</rss>

