<?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 error in script writing in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/error-in-script-writing/m-p/5462336#M344161</link>
    <description>&lt;P&gt;i&amp;nbsp;made one command in lips.that i loaded in autocad.my command require other 14 inputs for complete drawing.&lt;/P&gt;&lt;P&gt;now i made one scr. file for it.but problem is its work for only 1 time&lt;BR /&gt;just a example :&lt;BR /&gt;_.circle _non 0,0,0 5&lt;BR /&gt;_.circle _non 0,0,0 50&lt;BR /&gt;_.circle _non 0,0,0 100&lt;/P&gt;&lt;P&gt;than autocad draw 3 circles of 5 50 &amp;amp; 100 dia&lt;/P&gt;&lt;P&gt;but i write :&lt;BR /&gt;_.bcs _non 0,-20000 C PB1 10000 350 400 400 400 Y 4 4-D12+2-D16 4-D12 4 4-D20 2 8 150 0 2 +0.000&lt;BR /&gt;_.bcs _non 10000,-20000 C PB2 10000 350 400 400 400 Y 4 4-D12+2-D16 4-D12 4 4-D20 2 8 150 0 2 +0.000&lt;/P&gt;&lt;P&gt;than autocad draw only for 1st time use of command and than show error that _.bcs command not found.&lt;BR /&gt;but if i type “bcs” in command line command works&lt;/P&gt;&lt;P&gt;my question is why these things happen and wt i do to run my command so many times that i want with help of .SCR file&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jan 2015 10:09:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-01-08T10:09:05Z</dc:date>
    <item>
      <title>error in script writing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-script-writing/m-p/5462336#M344161</link>
      <description>&lt;P&gt;i&amp;nbsp;made one command in lips.that i loaded in autocad.my command require other 14 inputs for complete drawing.&lt;/P&gt;&lt;P&gt;now i made one scr. file for it.but problem is its work for only 1 time&lt;BR /&gt;just a example :&lt;BR /&gt;_.circle _non 0,0,0 5&lt;BR /&gt;_.circle _non 0,0,0 50&lt;BR /&gt;_.circle _non 0,0,0 100&lt;/P&gt;&lt;P&gt;than autocad draw 3 circles of 5 50 &amp;amp; 100 dia&lt;/P&gt;&lt;P&gt;but i write :&lt;BR /&gt;_.bcs _non 0,-20000 C PB1 10000 350 400 400 400 Y 4 4-D12+2-D16 4-D12 4 4-D20 2 8 150 0 2 +0.000&lt;BR /&gt;_.bcs _non 10000,-20000 C PB2 10000 350 400 400 400 Y 4 4-D12+2-D16 4-D12 4 4-D20 2 8 150 0 2 +0.000&lt;/P&gt;&lt;P&gt;than autocad draw only for 1st time use of command and than show error that _.bcs command not found.&lt;BR /&gt;but if i type “bcs” in command line command works&lt;/P&gt;&lt;P&gt;my question is why these things happen and wt i do to run my command so many times that i want with help of .SCR file&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 10:09:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-script-writing/m-p/5462336#M344161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-08T10:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: error in script writing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-script-writing/m-p/5462896#M344162</link>
      <description>&lt;P&gt;BCS is not a native AutoCAD command -- it must be a custom-defined command, or a special-purpose command defined in an overlay program such as Civil 3D or Architecture or something.&amp;nbsp; The underscore and&amp;nbsp;decimal-point &amp;nbsp;_.&amp;nbsp; prefix is for native AutoCAD commands [the underscore is to make things usable in other-than-English-language versions of AutoCAD, and the decimal-point is to force it to use the native command definition, in case it may have been redefined].&amp;nbsp; I don't know what BCS does, so I couldn't say why it works once -- I wouldn't expect it to do even that.&amp;nbsp; Try removing those&amp;nbsp; _.&amp;nbsp; prefixes from before the BCS "command" names, and see whether that makes a difference.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 17:34:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-script-writing/m-p/5462896#M344162</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2015-01-08T17:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: error in script writing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/error-in-script-writing/m-p/5463549#M344163</link>
      <description>&lt;P&gt;thanks for reply sir,&lt;/P&gt;&lt;P&gt;BCS is command made by me in lips. so its lips command. i try it without _. prefix command but it run for only 1 time with SCR file and after lips complete its run it shows bcs is unknow command.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 04:49:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/error-in-script-writing/m-p/5463549#M344163</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-09T04:49:31Z</dc:date>
    </item>
  </channel>
</rss>

