<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : Simple EXIT command</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : Simple EXIT command]]></description>
  <pubDate>Thu, 11 Jun 2026 22:51:51 +0000</pubDate>
  <lastBuildDate>Wed, 20 Aug 2008 18:21:56 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=1027</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[Simple EXIT command : The way by Arben.Allaraj is better....]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1027&amp;PID=2746&amp;title=simple-exit-command#2746</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=14249">PepaR</a><br /><strong>Subject:</strong> 1027<br /><strong>Posted:</strong> 20.Aug.2008 at 18:21<br /><br />The way by Arben.Allaraj is better.]]>
   </description>
   <pubDate>Wed, 20 Aug 2008 18:21:56 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1027&amp;PID=2746&amp;title=simple-exit-command#2746</guid>
  </item> 
  <item>
   <title><![CDATA[Simple EXIT command :     a41572 wrote:Hello,  I...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1027&amp;PID=2745&amp;title=simple-exit-command#2745</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=2361">Arben.Allaraj</a><br /><strong>Subject:</strong> 1027<br /><strong>Posted:</strong> 20.Aug.2008 at 17:59<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by a41572" alt="Originally posted by a41572" style="vertical-align: text-bottom;" /> <strong>a41572 wrote:</strong><br /><br />Hello,<div>&nbsp;</div><div>I write Autocad commands in a text file what i can later paste in the command bar of&nbsp; Autocad. My problem is simple, but more difficult to solve. I want to put&nbsp;some&nbsp;kind of exit&nbsp;command at the end of every line of command. For example:</div><div>&nbsp;</div><div>_Line 0,0 10,10 *</div><div>_Line 10,10 15,15 *</div><div>&nbsp;</div><div>This special exit command i would put in the place of "*", for every new line to start clearly, without any possible error coming from the previous commands. I know that in lisps and macro i can use ^c^c but this just doesn't work if i type it in the command bar directly. I can't use lisp or macro, so i need smg that lets le quit every residual commands before starting a new one (equal to pushing the escape button 2, 3 times).</div><div>&nbsp;</div><div>Anyone has an idea?</div><div>&nbsp;</div><div>Miklos</div></td></tr></table><br><br>I don't know it is just your require but I post a little routine.<br><br>(defun c:s-exit ()<br>&nbsp;(command "_line" "0,0" "10,10" "15,15""")<br>&nbsp;(command "_quit" "y")<br>) <br>&nbsp;<br>&nbsp;If you want to close the lines on AutoLISP use "".<br><br><span style="font-size:10px"><br /><br />Edited by Arben.Allaraj - 20.Aug.2008 at 18:06</span>]]>
   </description>
   <pubDate>Wed, 20 Aug 2008 17:59:54 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1027&amp;PID=2745&amp;title=simple-exit-command#2745</guid>
  </item> 
  <item>
   <title><![CDATA[Simple EXIT command : I suppose tha continue in runnig...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1027&amp;PID=2744&amp;title=simple-exit-command#2744</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=14249">PepaR</a><br /><strong>Subject:</strong> 1027<br /><strong>Posted:</strong> 20.Aug.2008 at 11:41<br /><br />I suppose tha continue in runnig script is solve possibly by some variable or some command in macro. I'm not be sure about that at this moment. <DIV>&nbsp;</DIV><DIV>So as Enter on the end of command you can use character <strong>;</strong>.</DIV><span style="font-size:10px"><br /><br />Edited by PepaR - 20.Aug.2008 at 11:41</span>]]>
   </description>
   <pubDate>Wed, 20 Aug 2008 11:41:23 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1027&amp;PID=2744&amp;title=simple-exit-command#2744</guid>
  </item> 
  <item>
   <title><![CDATA[Simple EXIT command : Hello,  I write Autocad commands...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1027&amp;PID=2742&amp;title=simple-exit-command#2742</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=17183">a41572</a><br /><strong>Subject:</strong> 1027<br /><strong>Posted:</strong> 20.Aug.2008 at 10:49<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I write Autocad commands in a text file what i can later paste in the command bar of&nbsp; Autocad. My problem is simple, but more difficult to solve. I want to put&nbsp;some&nbsp;kind of exit&nbsp;command at the end of every line of command. For example:</DIV><DIV>&nbsp;</DIV><DIV>_Line 0,0 10,10 *</DIV><DIV>_Line 10,10 15,15 *</DIV><DIV>&nbsp;</DIV><DIV>This special exit command i would put in the place of "*", for every new line to start clearly, without any possible error coming from the previous commands. I know that in lisps and macro i can use ^c^c but this just doesn't work if i type it in the command bar directly. I can't use lisp or macro, so i need smg that lets le quit every residual commands before starting a new one (equal to pushing the escape button 2, 3 times).</DIV><DIV>&nbsp;</DIV><DIV>Anyone has an idea?</DIV><DIV>&nbsp;</DIV><DIV>Miklos</DIV>]]>
   </description>
   <pubDate>Wed, 20 Aug 2008 10:49:55 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1027&amp;PID=2742&amp;title=simple-exit-command#2742</guid>
  </item> 
 </channel>
</rss>