<?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: Issue in Exporting the Package to a specific Folder in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56942#M11040</link>
    <description>The Concept here is: Wherever you are currently on CMD prompt and running the automatec command line, the export will be placed there.&lt;BR /&gt;&amp;nbsp;Hence put your command in a .bat file. Add the first line as "cd C:/ExportFolder/" and then place the command as the next line.&lt;BR /&gt;Now in the command prompt just run the .bat file. Your export will be at the destination folder.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;+6594554364&lt;BR /&gt;&lt;A href="https://www.rpatools.com/" target="test_blank"&gt;https://www.rpatools.com/&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 18 Nov 2019 06:28:00 GMT</pubDate>
    <dc:creator>vivek.kumar.goel</dc:creator>
    <dc:date>2019-11-18T06:28:00Z</dc:date>
    <item>
      <title>Issue in Exporting the Package to a specific Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56936#M11034</link>
      <description>Hi Team,
Trying to Export a Package from Command Prompt by using Export Command but I am not able to specific the file directory where I wish to store the file.
Can any one any let me know how to go about it

Thanks ,</description>
      <pubDate>Tue, 13 Jun 2017 18:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56936#M11034</guid>
      <dc:creator>ManojKumar3</dc:creator>
      <dc:date>2017-06-13T18:40:00Z</dc:date>
    </item>
    <item>
      <title>Did you use in your Blueprism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56937#M11035</link>
      <description>Did you use in your Blueprism installation folder the command: Automatec /exportpackage  [/release ] /user (your username to log in to Blueprism) password (your password to access Blueprism). ?</description>
      <pubDate>Tue, 13 Jun 2017 23:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56937#M11035</guid>
      <dc:creator>erick_tauil</dc:creator>
      <dc:date>2017-06-13T23:30:00Z</dc:date>
    </item>
    <item>
      <title>Hi Erick,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56938#M11036</link>
      <description>Hi Erick,
Thanks for your reply.
yes I had used the above command only but the issue here is by default BP tries to Export the Package or FIle in BP default folder location ie inside Blue Prism Automate Folder.
but my concern is I don't want it to store in that default location but in some other directory where I specify(so how do I specify the directory location while using export command??)
Thanks</description>
      <pubDate>Wed, 14 Jun 2017 10:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56938#M11036</guid>
      <dc:creator>ManojKumar3</dc:creator>
      <dc:date>2017-06-14T10:55:00Z</dc:date>
    </item>
    <item>
      <title>Hi Team,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56939#M11037</link>
      <description>Hi Team,
is there any way I can specify a particular directory location while exporting the application???
now it is just getting export to default location in BluePrism Folder
Regards,
Manoj</description>
      <pubDate>Fri, 16 Jun 2017 10:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56939#M11037</guid>
      <dc:creator>ManojKumar3</dc:creator>
      <dc:date>2017-06-16T10:25:00Z</dc:date>
    </item>
    <item>
      <title>I used a batch file to export</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56940#M11038</link>
      <description>I used a batch file to export a list of processes etc.
use dir to go to target folder
then call c:\program files\...\AutomateC.exe ...
that worked for processes, haven't tried to export package</description>
      <pubDate>Fri, 28 Jul 2017 19:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56940#M11038</guid>
      <dc:creator>LuXu</dc:creator>
      <dc:date>2017-07-28T19:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue in Exporting the Package to a specific Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56941#M11039</link>
      <description>I did it in PowerShell by executing the following command from the target folder where i want the release to be saved to:&lt;BR /&gt;&lt;EM&gt;&lt;EM&gt;&amp;amp; 'C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe' /exportpackage "Process Examples" /release "Process Examples 2 [3]" /sso&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30310.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30438i6C93B11262D5DA7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="30310.png" alt="30310.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Josh Gray&lt;BR /&gt;Mr&lt;BR /&gt;Open Box Software&lt;BR /&gt;Africa/Johannesburg&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2019 13:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56941#M11039</guid>
      <dc:creator>JoshGray</dc:creator>
      <dc:date>2019-10-16T13:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue in Exporting the Package to a specific Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56942#M11040</link>
      <description>The Concept here is: Wherever you are currently on CMD prompt and running the automatec command line, the export will be placed there.&lt;BR /&gt;&amp;nbsp;Hence put your command in a .bat file. Add the first line as "cd C:/ExportFolder/" and then place the command as the next line.&lt;BR /&gt;Now in the command prompt just run the .bat file. Your export will be at the destination folder.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;+6594554364&lt;BR /&gt;&lt;A href="https://www.rpatools.com/" target="test_blank"&gt;https://www.rpatools.com/&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Nov 2019 06:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Exporting-the-Package-to-a-specific-Folder/m-p/56942#M11040</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2019-11-18T06:28:00Z</dc:date>
    </item>
  </channel>
</rss>

