<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: How to Load an AutoLISP File</title>
	<atom:link href="http://pinoycad.net/2009/09/01/how-to-load-an-autolisp-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://pinoycad.net/2009/09/01/how-to-load-an-autolisp-file/</link>
	<description>An AutoCAD tutorial blog covering all about AutoCAD, architecture and Drafting</description>
	<pubDate>Fri, 12 Mar 2010 23:32:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How to Load an AutoLISP File &#124; Architecture, Design and Autocad</title>
		<link>http://pinoycad.net/2009/09/01/how-to-load-an-autolisp-file/comment-page-1/#comment-6641</link>
		<dc:creator>How to Load an AutoLISP File &#124; Architecture, Design and Autocad</dc:creator>
		<pubDate>Thu, 17 Sep 2009 02:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://pinoycad.net/?p=473#comment-6641</guid>
		<description>[...] more: How to Load an AutoLISP File       Comments are [...]</description>
		<content:encoded><![CDATA[<p>[...] more: How to Load an AutoLISP File       Comments are [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Maneja</title>
		<link>http://pinoycad.net/2009/09/01/how-to-load-an-autolisp-file/comment-page-1/#comment-6402</link>
		<dc:creator>Ronald Maneja</dc:creator>
		<pubDate>Wed, 02 Sep 2009 22:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://pinoycad.net/?p=473#comment-6402</guid>
		<description>And here are other ways...

5.  Embed as xdata.

6.  use (autoload “c:\\enter\\full\\filepath\\here\\test.lsp” "tt")
&#60;&#60;&#60; type tt then it will automatically load the test.lsp

7.  add the lisp file in the acaddoc.lsp.



You're welcome sir,  Keep up your good work.  I'm one of your frequent reader.</description>
		<content:encoded><![CDATA[<p>And here are other ways&#8230;</p>
<p>5.  Embed as xdata.</p>
<p>6.  use (autoload “c:\\enter\\full\\filepath\\here\\test.lsp” &#8220;tt&#8221;)<br />
&lt;&lt;&lt; type tt then it will automatically load the test.lsp</p>
<p>7.  add the lisp file in the acaddoc.lsp.</p>
<p>You&#8217;re welcome sir,  Keep up your good work.  I&#8217;m one of your frequent reader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://pinoycad.net/2009/09/01/how-to-load-an-autolisp-file/comment-page-1/#comment-6387</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Wed, 02 Sep 2009 00:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://pinoycad.net/?p=473#comment-6387</guid>
		<description>@Ronald

Thanks for the additional info., I didn't know that dragging of the LISP file directly from the window explorer to the drawing can be possible, until now.</description>
		<content:encoded><![CDATA[<p>@Ronald</p>
<p>Thanks for the additional info., I didn&#8217;t know that dragging of the LISP file directly from the window explorer to the drawing can be possible, until now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Maneja</title>
		<link>http://pinoycad.net/2009/09/01/how-to-load-an-autolisp-file/comment-page-1/#comment-6383</link>
		<dc:creator>Ronald Maneja</dc:creator>
		<pubDate>Tue, 01 Sep 2009 16:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://pinoycad.net/?p=473#comment-6383</guid>
		<description>Additionally, 

1. lisp files can be dragged to the autocad drawing window to load them.

2. Use Appload&#62;Start-Up Suite for automatic demand loading.

3.  Type on command line: 
(load "c:\\enter\\full\\filepath\\here\\test.lsp")


4.  Embed lsp file in a drawing using persistent reactors.</description>
		<content:encoded><![CDATA[<p>Additionally, </p>
<p>1. lisp files can be dragged to the autocad drawing window to load them.</p>
<p>2. Use Appload&gt;Start-Up Suite for automatic demand loading.</p>
<p>3.  Type on command line:<br />
(load &#8220;c:\\enter\\full\\filepath\\here\\test.lsp&#8221;)</p>
<p>4.  Embed lsp file in a drawing using persistent reactors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
