<?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: Writing Scripts</title>
	<atom:link href="http://www.lazydrafter.com/autocad-tips/writing-scripts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lazydrafter.com/autocad-tips/writing-scripts</link>
	<description>AutoCAD tips for the lazy drafter.</description>
	<lastBuildDate>Tue, 07 Sep 2010 21:25:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: nilesh</title>
		<link>http://www.lazydrafter.com/autocad-tips/writing-scripts/comment-page-1#comment-556</link>
		<dc:creator>nilesh</dc:creator>
		<pubDate>Wed, 19 Aug 2009 09:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazydrafter.com/?p=9#comment-556</guid>
		<description>Hi friends.....
i have written one script for Plan &amp; Profile dwg 
from this .scr i uesd to create 5 viewports &amp; 3 text lines 
but after 60% script run autocad giving me &quot;Fatal error&quot;
i think the script i have written is too much heavy .......
alos my dwg is around 10mb
so is there any way to simplfy script ...use some variable or something like that ...</description>
		<content:encoded><![CDATA[<p>Hi friends&#8230;..<br />
i have written one script for Plan &#038; Profile dwg<br />
from this .scr i uesd to create 5 viewports &#038; 3 text lines<br />
but after 60% script run autocad giving me &#8220;Fatal error&#8221;<br />
i think the script i have written is too much heavy &#8230;&#8230;.<br />
alos my dwg is around 10mb<br />
so is there any way to simplfy script &#8230;use some variable or something like that &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://www.lazydrafter.com/autocad-tips/writing-scripts/comment-page-1#comment-503</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Thu, 04 Jun 2009 09:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazydrafter.com/?p=9#comment-503</guid>
		<description>Josh,

All I need to do is change the Line Space Factor and Height of a mtext. I select the text, rightclick, properties and inthe Properties dialog box, I change the height &amp; Line space factor. I tried with scripts, but unsuccessful so far. Can u please help me with a script or lisp program</description>
		<content:encoded><![CDATA[<p>Josh,</p>
<p>All I need to do is change the Line Space Factor and Height of a mtext. I select the text, rightclick, properties and inthe Properties dialog box, I change the height &amp;amp; Line space factor. I tried with scripts, but unsuccessful so far. Can u please help me with a script or lisp program</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Jones</title>
		<link>http://www.lazydrafter.com/autocad-tips/writing-scripts/comment-page-1#comment-129</link>
		<dc:creator>Josh Jones</dc:creator>
		<pubDate>Thu, 25 Sep 2008 16:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazydrafter.com/?p=9#comment-129</guid>
		<description>Thanks for the batch file tip Charlie!

You can also try printing to Cute PDF with the PUBLISH command in AutoCAD. A friend of mine uses Cute PDF all the time.

http://www.cutepdf.com</description>
		<content:encoded><![CDATA[<p>Thanks for the batch file tip Charlie!</p>
<p>You can also try printing to Cute PDF with the PUBLISH command in AutoCAD. A friend of mine uses Cute PDF all the time.</p>
<p><a href="http://www.cutepdf.com" rel="nofollow">http://www.cutepdf.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://www.lazydrafter.com/autocad-tips/writing-scripts/comment-page-1#comment-127</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Thu, 25 Sep 2008 09:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazydrafter.com/?p=9#comment-127</guid>
		<description>Steve can you share how to plot a layerd drawing?

I have a Distiller script that merges all plot-files i a folder to a PDF. Maby something like that will work if you tick the &quot;plot to file&quot; option?
I also have batch file for a program caled PDFtk, it will merge singel pdfs into a multipage pdf.

@ECHO OFF
C:\PDF\pdftk.exe C:\PDF\blad\*.pdf output C:\PDF\%1-6.pdf
DEL \Q C:\PDF\blad\*.pdf</description>
		<content:encoded><![CDATA[<p>Steve can you share how to plot a layerd drawing?</p>
<p>I have a Distiller script that merges all plot-files i a folder to a PDF. Maby something like that will work if you tick the &quot;plot to file&quot; option?<br />
I also have batch file for a program caled PDFtk, it will merge singel pdfs into a multipage pdf.</p>
<p>@ECHO OFF<br />
C:\PDF\pdftk.exe C:\PDF\blad\*.pdf output C:\PDF\%1-6.pdf<br />
DEL \Q C:\PDF\blad\*.pdf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Jones</title>
		<link>http://www.lazydrafter.com/autocad-tips/writing-scripts/comment-page-1#comment-106</link>
		<dc:creator>Josh Jones</dc:creator>
		<pubDate>Mon, 15 Sep 2008 16:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazydrafter.com/?p=9#comment-106</guid>
		<description>For plotting a bunch of drawings to a single PDF file, you will want to use either Sheet Set Manager (simply import your sheets into a new Sheet Set) or the PUBLISH command. This is the fastest way to create a single PDF file of multiple drawing sheets.</description>
		<content:encoded><![CDATA[<p>For plotting a bunch of drawings to a single PDF file, you will want to use either Sheet Set Manager (simply import your sheets into a new Sheet Set) or the PUBLISH command. This is the fastest way to create a single PDF file of multiple drawing sheets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Wright</title>
		<link>http://www.lazydrafter.com/autocad-tips/writing-scripts/comment-page-1#comment-102</link>
		<dc:creator>Steve Wright</dc:creator>
		<pubDate>Sun, 14 Sep 2008 20:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazydrafter.com/?p=9#comment-102</guid>
		<description>Is there a way to plot a layered drawing to a single pdf file. I have created a script that works great when printing directly to a printer (each layer opens, prints, closes and next one opens etc. until it gets to the last layer), but when using Adobe Acrobat the first layer prints, it doesnt close and the next layer opens as well then everything just stops. Any help or a point in the right directionwould greatly be appreciated.</description>
		<content:encoded><![CDATA[<p>Is there a way to plot a layered drawing to a single pdf file. I have created a script that works great when printing directly to a printer (each layer opens, prints, closes and next one opens etc. until it gets to the last layer), but when using Adobe Acrobat the first layer prints, it doesnt close and the next layer opens as well then everything just stops. Any help or a point in the right directionwould greatly be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lazy Drafter &#187; Writing Simple Scripts</title>
		<link>http://www.lazydrafter.com/autocad-tips/writing-scripts/comment-page-1#comment-80</link>
		<dc:creator>Lazy Drafter &#187; Writing Simple Scripts</dc:creator>
		<pubDate>Fri, 22 Aug 2008 13:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazydrafter.com/?p=9#comment-80</guid>
		<description>[...] those of you who are new to writing scripts, I have included a simple script as an example to show you how it [...]</description>
		<content:encoded><![CDATA[<p>[...] those of you who are new to writing scripts, I have included a simple script as an example to show you how it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Jones</title>
		<link>http://www.lazydrafter.com/autocad-tips/writing-scripts/comment-page-1#comment-62</link>
		<dc:creator>Josh Jones</dc:creator>
		<pubDate>Tue, 12 Aug 2008 20:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazydrafter.com/?p=9#comment-62</guid>
		<description>Binu Mathew,

If you have any specific questions about writing scripts, feel free to ask them here in your comment. I&#039;d be happy to help.

Thanks for stopping by!</description>
		<content:encoded><![CDATA[<p>Binu Mathew,</p>
<p>If you have any specific questions about writing scripts, feel free to ask them here in your comment. I&#8217;d be happy to help.</p>
<p>Thanks for stopping by!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binu Mathew</title>
		<link>http://www.lazydrafter.com/autocad-tips/writing-scripts/comment-page-1#comment-61</link>
		<dc:creator>Binu Mathew</dc:creator>
		<pubDate>Tue, 12 Aug 2008 20:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazydrafter.com/?p=9#comment-61</guid>
		<description>Very cute command and would like top know more about script, how can i learn.  thanks for your help to CAD community</description>
		<content:encoded><![CDATA[<p>Very cute command and would like top know more about script, how can i learn.  thanks for your help to CAD community</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CadKicks.com</title>
		<link>http://www.lazydrafter.com/autocad-tips/writing-scripts/comment-page-1#comment-2</link>
		<dc:creator>CadKicks.com</dc:creator>
		<pubDate>Thu, 29 May 2008 23:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.lazydrafter.com/?p=9#comment-2</guid>
		<description>&lt;strong&gt;Writing Scripts...&lt;/strong&gt;

You&#039;ve been kicked (a good thing) - Trackback from CadKicks.com...</description>
		<content:encoded><![CDATA[<p><strong>Writing Scripts&#8230;</strong></p>
<p>You&#8217;ve been kicked (a good thing) &#8211; Trackback from CadKicks.com&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
