<?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: Bind the  dwgs in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5491013#M144442</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;Command: demo&lt;BR /&gt;_qsave&lt;BR /&gt;Command: _.-ETRANSMIT&lt;BR /&gt;Updating fields...&lt;BR /&gt;Enter an option [Create transmittal package/Report only/CUrrent setup/CHoose&lt;BR /&gt;setup] &amp;lt;Report only&amp;gt;: _CH&lt;BR /&gt;Choose Transmittal Setup or [?] &amp;lt;Standard&amp;gt;:Standard Enter an option [Create&lt;BR /&gt;transmittal package/Report only/CUrrent setup/CHoose setup] &amp;lt;Report only&amp;gt;: _C&lt;BR /&gt;Gathering files ...&lt;BR /&gt;Transmittal created: C:\DWG.&lt;BR /&gt;Command: _All Unknown command "ALL". Press F1 for help.&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi tdkhtr,&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hps"&gt;unfortunately&lt;/SPAN&gt; I can't &lt;SPAN class="hps"&gt;reproduce this behavior&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;running&lt;/SPAN&gt; the code...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Henrique&lt;/P&gt;</description>
    <pubDate>Sun, 01 Feb 2015 18:29:04 GMT</pubDate>
    <dc:creator>hmsilva</dc:creator>
    <dc:date>2015-02-01T18:29:04Z</dc:date>
    <item>
      <title>Bind the  dwgs</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5480971#M144435</link>
      <description>&lt;P&gt;Hi...Dear members&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody please help me to make a lisp for&amp;nbsp;eTransmit to bind the dwgs,&lt;/P&gt;&lt;P&gt;currently am using this by manually&amp;nbsp;if i get a lisp file for this i can call&amp;nbsp;the lisp via autoscript&lt;/P&gt;&lt;P&gt;my requirements are&lt;/P&gt;&lt;P&gt;*eTransmit&amp;nbsp;setup name - STANDARD,&lt;/P&gt;&lt;P&gt;*binded dwgs need to save separate&amp;nbsp;folder (folder name) &amp;nbsp;- C / &amp;nbsp;DWG&lt;/P&gt;&lt;P&gt;*binded dwgs name&amp;nbsp;and folder name&amp;nbsp;should be the same as original dwgs name and folder ( my original dwg are in separate&amp;nbsp;folders like .. ELECTRICAL , &amp;nbsp;&amp;nbsp;STRUCTURAL, ARCHITECTURAL etc...)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*and transmittal package type ( folder set of files) not zip file&lt;/P&gt;&lt;P&gt;am attaching an image of my transmittal setup page&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jan 2015 09:17:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5480971#M144435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-24T09:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bind the  dwgs</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5481080#M144436</link>
      <description>&lt;P&gt;Hi tdkhtr,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;using 'etransmit' command via AutoLISP, &lt;SPAN class="hps"&gt;we can not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;do much more than&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;use the command line version.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hps"&gt;If your settings are stored at the 'Standard' setup, &lt;SPAN class="hps alt-edited"&gt;perhaps&lt;/SPAN&gt; &lt;SPAN class="hps alt-edited"&gt;something like this&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;(command "_.-ETRANSMIT" "_CH" "Standard" "_C")&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Henrique&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jan 2015 13:27:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5481080#M144436</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2015-01-24T13:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bind the  dwgs</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5481123#M144437</link>
      <description>&lt;P&gt;Hi Hmsilva&lt;BR /&gt;Thanks for ur reply&lt;BR /&gt;yes this is OK for me&lt;BR /&gt;but how can avoid PlotCfgs folder&lt;BR /&gt;when am doing with more than one dwg&lt;BR /&gt;1st file is ok then 2 nd file it is asking&lt;BR /&gt;for Overwrite file&lt;BR /&gt;so i change the code&lt;BR /&gt;(command "_qsave" "_.-ETRANSMIT" "_CH" "Standard" "_C" "_all")&lt;BR /&gt;now the problem for 1st file (bcoz when "_all" command is running it is stuck on there )&lt;BR /&gt;so am looking for avoid PlotCfgs folder&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jan 2015 15:22:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5481123#M144437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-24T15:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bind the  dwgs</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5481278#M144438</link>
      <description>&lt;P&gt;You're welcome, tdkhtr.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Untested...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(defun c:demo ()
  (command "_qsave" "_.-ETRANSMIT" "_CH" "Standard" "_C")
  (while (&amp;gt; (getvar 'cmdactive) 0)
  (command "_All")
  )
  (princ)
)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Henrique&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jan 2015 19:23:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5481278#M144438</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2015-01-24T19:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bind the  dwgs</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5481643#M144439</link>
      <description>Dear Hmsilva...&lt;BR /&gt;Thanks a lot...&lt;BR /&gt;This is what i really need..&lt;BR /&gt;&lt;BR /&gt;Thanks...</description>
      <pubDate>Sun, 25 Jan 2015 15:57:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5481643#M144439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-25T15:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bind the  dwgs</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5481655#M144440</link>
      <description>You're welcome, tdkhtr&lt;BR /&gt;Glad I could help&lt;BR /&gt;&lt;BR /&gt;Henrique</description>
      <pubDate>Sun, 25 Jan 2015 16:08:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5481655#M144440</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2015-01-25T16:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bind the  dwgs</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5490972#M144441</link>
      <description>Hi...&lt;BR /&gt;&lt;BR /&gt;When i run this lisp sometime error message displaying (shown below)&lt;BR /&gt;&lt;BR /&gt;Command: demo&lt;BR /&gt;_qsave&lt;BR /&gt;Command: _.-ETRANSMIT&lt;BR /&gt;Updating fields...&lt;BR /&gt;Enter an option [Create transmittal package/Report only/CUrrent setup/CHoose&lt;BR /&gt;setup] &amp;lt;Report only&amp;gt;: _CH&lt;BR /&gt;Choose Transmittal Setup or [?] &amp;lt;Standard&amp;gt;:Standard Enter an option [Create&lt;BR /&gt;transmittal package/Report only/CUrrent setup/CHoose setup] &amp;lt;Report only&amp;gt;: _C&lt;BR /&gt;Gathering files ...&lt;BR /&gt;&lt;BR /&gt;Transmittal created: C:\DWG.&lt;BR /&gt;Command: _All Unknown command "ALL". Press F1 for help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;looking any help to solve this&lt;BR /&gt;Thanks..&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Feb 2015 17:20:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5490972#M144441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-01T17:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bind the  dwgs</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5491013#M144442</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;Command: demo&lt;BR /&gt;_qsave&lt;BR /&gt;Command: _.-ETRANSMIT&lt;BR /&gt;Updating fields...&lt;BR /&gt;Enter an option [Create transmittal package/Report only/CUrrent setup/CHoose&lt;BR /&gt;setup] &amp;lt;Report only&amp;gt;: _CH&lt;BR /&gt;Choose Transmittal Setup or [?] &amp;lt;Standard&amp;gt;:Standard Enter an option [Create&lt;BR /&gt;transmittal package/Report only/CUrrent setup/CHoose setup] &amp;lt;Report only&amp;gt;: _C&lt;BR /&gt;Gathering files ...&lt;BR /&gt;Transmittal created: C:\DWG.&lt;BR /&gt;Command: _All Unknown command "ALL". Press F1 for help.&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi tdkhtr,&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hps"&gt;unfortunately&lt;/SPAN&gt; I can't &lt;SPAN class="hps"&gt;reproduce this behavior&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;running&lt;/SPAN&gt; the code...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Henrique&lt;/P&gt;</description>
      <pubDate>Sun, 01 Feb 2015 18:29:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bind-the-dwgs/m-p/5491013#M144442</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2015-02-01T18:29:04Z</dc:date>
    </item>
  </channel>
</rss>

