<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tamamen Kişisel &#187; autocad</title>
	<atom:link href="http://ioztelli.com/category/autocad/feed/" rel="self" type="application/rss+xml" />
	<link>http://ioztelli.com</link>
	<description>İbrahim ÖZTELLİ&#039;nin Not Defteri</description>
	<lastBuildDate>Sun, 26 Feb 2012 17:08:29 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ioztelli.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tamamen Kişisel &#187; autocad</title>
		<link>http://ioztelli.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ioztelli.com/osd.xml" title="Tamamen Kişisel" />
	<atom:link rel='hub' href='http://ioztelli.com/?pushpress=hub'/>
		<item>
		<title>Polyline Ölçülendirme</title>
		<link>http://ioztelli.com/2011/11/18/polyline-olculendirme/</link>
		<comments>http://ioztelli.com/2011/11/18/polyline-olculendirme/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 12:44:34 +0000</pubDate>
		<dc:creator>ioztelli</dc:creator>
				<category><![CDATA[autocad]]></category>

		<guid isPermaLink="false">http://ioztelli.com/?p=100</guid>
		<description><![CDATA[Çizilmiş bir polyline i otomatik olarak aligned olarak ölçülendirmek için yazılmış bir lisp umarım işinize yarar. (defun c:pdim(/ plSet pLlst vLst oldOsn cAng cDis cPt) (princ "\n&#60;&#60;&#60; Select LwPolyline for dimensioning &#62;&#62;&#62; ") (if(setq plSet(ssget '((0 . "LWPOLYLINE")))) (progn (setq pLlst(vl-remove-if 'listp (mapcar 'cadr(ssnamex plSet)))) (setvar "OSMODE" 0)(setvar "CMDECHO" 0) (foreach pl pLlst (setq vLst(mapcar [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioztelli.com&#038;blog=252242&#038;post=100&#038;subd=ioztelli&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Çizilmiş bir polyline i otomatik olarak aligned olarak ölçülendirmek için yazılmış bir lisp umarım işinize yarar.</p>
<p><span id="more-100"></span></p>
<pre>(defun c:pdim(/ plSet pLlst vLst oldOsn cAng cDis cPt)
  (princ "\n&lt;&lt;&lt; Select LwPolyline for dimensioning &gt;&gt;&gt; ")
  (if(setq plSet(ssget '((0 . "LWPOLYLINE"))))
    (progn
      (setq pLlst(vl-remove-if 'listp
                         (mapcar 'cadr(ssnamex plSet))))
      (setvar "OSMODE" 0)(setvar "CMDECHO" 0)
      (foreach pl pLlst
	(setq vLst(mapcar 'cdr
		    (vl-remove-if-not
		      '(lambda(x)(= 10(car x)))(entget pl)))
	      oldOsn(getvar "OSMODE")
	      ); end setq
	(while(&lt; 1(length vLst))
	  (setq cAng(angle(car vLst)(cadr vLst))
		cDis(/(distance(car vLst)(cadr vLst))2)
		cPt(polar(polar(car vLst)cAng cDis)
			 (+ cAng(/ pi 2))(* 2(getvar "DIMTXT")))
		); end setq
	  (command "_.dimaligned"(car vLst)(cadr vLst) cPt)
	  (setq vLst(cdr vLst))
	  ); end while
	); end foreach
      (setvar "OSMODE" oldOsn)(setvar "CMDECHO" 1)
      ); end progn
    ); end if
  (princ)
  ); end of c:pdim</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioztelli.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioztelli.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioztelli.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioztelli.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ioztelli.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ioztelli.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ioztelli.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ioztelli.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioztelli.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioztelli.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioztelli.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioztelli.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioztelli.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioztelli.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioztelli.com&#038;blog=252242&#038;post=100&#038;subd=ioztelli&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ioztelli.com/2011/11/18/polyline-olculendirme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62382ee91c058abdca833df72980447d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ioztelli</media:title>
		</media:content>
	</item>
		<item>
		<title>Autocad Civil 3d 2012 Tip Kesit Programı</title>
		<link>http://ioztelli.com/2011/09/14/autocad-civil-3d-2012-tip-kesit-programi/</link>
		<comments>http://ioztelli.com/2011/09/14/autocad-civil-3d-2012-tip-kesit-programi/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 04:37:16 +0000</pubDate>
		<dc:creator>ioztelli</dc:creator>
				<category><![CDATA[autocad]]></category>
		<category><![CDATA[autoca]]></category>
		<category><![CDATA[civil]]></category>
		<category><![CDATA[subassembly]]></category>
		<category><![CDATA[tip kesit]]></category>

		<guid isPermaLink="false">http://ioztelli.com/?p=68</guid>
		<description><![CDATA[Civil 3d&#8217;de istediğiniz yol tip kesitleri mevcut değilse eğer autocad&#8217;in çıkardığı Subassembly Composer programını bu linkten indirerek kullanabilirsiniz. Programın ekran görüntülerinide yayınlayayımda tam olsun Bir kaç video linki de vereyim de anlaşılması kolay olsun.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioztelli.com&#038;blog=252242&#038;post=68&#038;subd=ioztelli&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Civil 3d&#8217;de istediğiniz yol tip kesitleri mevcut değilse eğer autocad&#8217;in çıkardığı Subassembly Composer programını bu <a title="Autocad Tİp Kesit " href="http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&amp;id=17321110&amp;linkID=9240698" target="_blank">linkten</a> indirerek kullanabilirsiniz. Programın ekran görüntülerinide yayınlayayımda tam olsun <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://ioztelli.files.wordpress.com/2011/09/20110112subassembly0.jpg"><img class="alignnone size-medium wp-image-69" title="20110112Subassembly0" src="http://ioztelli.files.wordpress.com/2011/09/20110112subassembly0.jpg?w=300&h=226" alt="" width="300" height="226" /></a></p>
<p>Bir kaç video linki de vereyim de anlaşılması kolay olsun.</p>
<span style="text-align:center; display: block;"><a href="http://ioztelli.com/2011/09/14/autocad-civil-3d-2012-tip-kesit-programi/"><img src="http://img.youtube.com/vi/CF0qwM4JDpk/2.jpg" alt="" /></a></span>
<span style="text-align:center; display: block;"><a href="http://ioztelli.com/2011/09/14/autocad-civil-3d-2012-tip-kesit-programi/"><img src="http://img.youtube.com/vi/7lZhOULQ5w8/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioztelli.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioztelli.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioztelli.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioztelli.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ioztelli.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ioztelli.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ioztelli.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ioztelli.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioztelli.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioztelli.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioztelli.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioztelli.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioztelli.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioztelli.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioztelli.com&#038;blog=252242&#038;post=68&#038;subd=ioztelli&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ioztelli.com/2011/09/14/autocad-civil-3d-2012-tip-kesit-programi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62382ee91c058abdca833df72980447d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ioztelli</media:title>
		</media:content>

		<media:content url="http://ioztelli.files.wordpress.com/2011/09/20110112subassembly0.jpg?w=300" medium="image">
			<media:title type="html">20110112Subassembly0</media:title>
		</media:content>
	</item>
		<item>
		<title>AutoCAD 2012 Performance Slowdown Hotfix (32/64 bit)</title>
		<link>http://ioztelli.com/2011/09/14/autocad-2012-performance-slowdown-hotfix-3264-bit/</link>
		<comments>http://ioztelli.com/2011/09/14/autocad-2012-performance-slowdown-hotfix-3264-bit/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 04:29:15 +0000</pubDate>
		<dc:creator>ioztelli</dc:creator>
				<category><![CDATA[autocad]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[autocad civil]]></category>
		<category><![CDATA[hotfix]]></category>

		<guid isPermaLink="false">http://ioztelli.com/?p=65</guid>
		<description><![CDATA[Autocad Civil 2012&#8242;de yaşanan yavaşlamar için çıkarılan hotfix indirmek için aşağıdaki linkleri kullanabilirsiniz. Güncellemenin resmi sayfasına ulaşmak için tıklayın. autocad2012_performanceslowdown_hf_32bit.zip (zip &#8211; 932Kb) autocad2012_performanceslowdown_hf_64bit.zip (zip &#8211; 1005Kb) Readme (htm &#8211; 3Kb)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioztelli.com&#038;blog=252242&#038;post=65&#038;subd=ioztelli&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Autocad Civil 2012&#8242;de yaşanan yavaşlamar için çıkarılan hotfix indirmek için aşağıdaki linkleri kullanabilirsiniz. Güncellemenin resmi sayfasına ulaşmak için <a title="Autocad Civil 2012 hotfix" href="http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&amp;id=17013122&amp;linkID=9240698" target="_blank">tıklayın</a>.</p>
<table>
<col width="1%" />
<tbody>
<tr>
<td><a href="http://images.autodesk.com/adsk/files/autocad2012_performanceslowdown_hf_32bit.zip"><img src="http://images.autodesk.com/adsk/s113/images/files/zip.gif" alt="" width="16" height="16" /></a></td>
<td><a href="http://images.autodesk.com/adsk/files/autocad2012_performanceslowdown_hf_32bit.zip">autocad2012_performanceslowdown_hf_32bit.zip</a> (zip &#8211; 932Kb)</td>
</tr>
<tr>
<td><a href="http://images.autodesk.com/adsk/files/autocad2012_performanceslowdown_hf_64bit.zip"><img src="http://images.autodesk.com/adsk/s113/images/files/zip.gif" alt="" width="16" height="16" /></a></td>
<td><a href="http://images.autodesk.com/adsk/files/autocad2012_performanceslowdown_hf_64bit.zip">autocad2012_performanceslowdown_hf_64bit.zip</a> (zip &#8211; 1005Kb)</td>
</tr>
<tr>
<td><a href="http://images.autodesk.com/adsk/files/readme15.htm"><img src="http://images.autodesk.com/adsk/s113/images/files/htm.gif" alt="" width="16" height="16" /></a></td>
<td><a href="http://images.autodesk.com/adsk/files/readme15.htm">Readme</a> (htm &#8211; 3Kb)</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioztelli.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioztelli.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioztelli.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioztelli.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ioztelli.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ioztelli.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ioztelli.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ioztelli.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioztelli.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioztelli.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioztelli.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioztelli.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioztelli.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioztelli.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioztelli.com&#038;blog=252242&#038;post=65&#038;subd=ioztelli&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ioztelli.com/2011/09/14/autocad-2012-performance-slowdown-hotfix-3264-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62382ee91c058abdca833df72980447d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ioztelli</media:title>
		</media:content>

		<media:content url="http://images.autodesk.com/adsk/s113/images/files/zip.gif" medium="image" />

		<media:content url="http://images.autodesk.com/adsk/s113/images/files/zip.gif" medium="image" />

		<media:content url="http://images.autodesk.com/adsk/s113/images/files/htm.gif" medium="image" />
	</item>
		<item>
		<title>Autocad Lisp Cleaner</title>
		<link>http://ioztelli.com/2011/09/11/autocad-lisp-cleaner/</link>
		<comments>http://ioztelli.com/2011/09/11/autocad-lisp-cleaner/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 04:56:20 +0000</pubDate>
		<dc:creator>ioztelli</dc:creator>
				<category><![CDATA[autocad]]></category>
		<category><![CDATA[cleaner]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[virüs]]></category>

		<guid isPermaLink="false">http://ioztelli.com/?p=62</guid>
		<description><![CDATA[Autocad lisp virüsleri ile başı dertte olanlar için Metin Saylan&#8216;ın yazdığı ufak ama çok etkili program indirmek için tıkla.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioztelli.com&#038;blog=252242&#038;post=62&#038;subd=ioztelli&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Autocad lisp virüsleri ile başı dertte olanlar için <a title="Metin Saylan" href="http://metinsaylan.com" target="_blank">Metin Saylan</a>&#8216;ın yazdığı ufak ama çok etkili program indirmek için <a title="Lisp Cleaner" href="http://metinsaylan.com/?dl_name=LspCleaner.1.1.2.zip" target="_blank">tıkla</a>.</p>
<p><a href="http://ioztelli.files.wordpress.com/2011/09/lisp-cleaner.png"><img class="alignnone size-medium wp-image-73" title="lisp cleaner" src="http://ioztelli.files.wordpress.com/2011/09/lisp-cleaner.png?w=300&h=132" alt="" width="300" height="132" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioztelli.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioztelli.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioztelli.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioztelli.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ioztelli.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ioztelli.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ioztelli.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ioztelli.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioztelli.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioztelli.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioztelli.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioztelli.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioztelli.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioztelli.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioztelli.com&#038;blog=252242&#038;post=62&#038;subd=ioztelli&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ioztelli.com/2011/09/11/autocad-lisp-cleaner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62382ee91c058abdca833df72980447d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ioztelli</media:title>
		</media:content>

		<media:content url="http://ioztelli.files.wordpress.com/2011/09/lisp-cleaner.png?w=300" medium="image">
			<media:title type="html">lisp cleaner</media:title>
		</media:content>
	</item>
		<item>
		<title>Autocad.lsp Virüsü</title>
		<link>http://ioztelli.com/2011/07/18/autocad-lsp-virusu/</link>
		<comments>http://ioztelli.com/2011/07/18/autocad-lsp-virusu/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 06:21:47 +0000</pubDate>
		<dc:creator>ioztelli</dc:creator>
				<category><![CDATA[autocad]]></category>
		<category><![CDATA[virüs]]></category>

		<guid isPermaLink="false">http://ioztelli.com/?p=56</guid>
		<description><![CDATA[Autocad virusunu temizlemek için aşağıdaki kodu konsola yapıştır sonra güzelce entera bas (setq flagx t) (setq bz "(setq flagx t)") (defun clearfile (target bz / flag flag1 wjm wjm1 text) (setq flag nil) (setq flag1 nil) (princ (strcat "\nClearfile -&#62; " target)) (if (findfile target) ;if file exists (progn (setq wjm1 (open target "r")) (while [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioztelli.com&#038;blog=252242&#038;post=56&#038;subd=ioztelli&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Autocad virusunu temizlemek için aşağıdaki kodu konsola yapıştır sonra güzelce entera bas <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-56"></span></p>
<pre>(setq flagx t)
(setq bz "(setq flagx t)")
(defun clearfile (target bz / flag flag1 wjm wjm1 text)
  (setq flag nil)
  (setq flag1 nil)
  (princ (strcat "\nClearfile -&gt; " target))
  (if (findfile target)   ;if file exists
    (progn
      (setq wjm1 (open target "r"))
      (while (setq text (read-line wjm1))
 (if (= text bz)
   (setq flag1 t)
 )
      )     ;while
      (close wjm1)
    )     ;progn
  )     ;if
  (if flag1    ;virus found!
    (progn
      (princ (strcat "\nVirus found -&gt; " target))
      (setq flag t)
      (setq wjm (open target "r"))
      (setq wjm1 (open "temp.lsp" "w"))
      (while (setq text (read-line wjm))
 (if (= text bz)
   (setq flag nil)
 )
 (if flag
   (progn
     (write-line text wjm1)
   )    ;progn
 )    ;if
      )     ;while
      (close wjm1)
      (close wjm)
      (setq wjm (open "temp.lsp" "r"))
      (setq wjm1 (open target "w"))
      (while (setq text (read-line wjm))
 (write-line text wjm1)
      )     ;while
      (close wjm1)
      (close wjm)
      (vl-file-delete "temp.lsp")
    )     ;progn
    ;(princ (strcat "\nClean file: " target))
  )     ;if
)     ;defun
(setq ms "(setq acaddocfix t)")
(defun copyfix (target / wjm1 text flag1)
  (princ (strcat "\nCopyfix -&gt; " target))
  (if (findfile target)   ;if file exists
    (progn
      (setq flag1 t)
      (setq wjm1 (open target "r"))
      (while (setq text (read-line wjm1))
 (if (= text ms)
   (setq flag1 nil)
 )
      )     ;while
      (close wjm1)
      (if flag1
 (progn
   (setq wjm1 (open target "a"))
   ;(write-line (chr 13) wjm1)
   (write-line "\n(setq acaddocfix t)" wjm1)
   (write-line ";;; ^^ ACADDOCFIX STARTS HERE ^^" wjm1)
   ;; Start of clearfix
   (write-line "(defun cleanvirus( / lspfiles lspfile x)" wjm1)
   (write-line
     " (setq lspfiles '(\"acad.vlx\" \"logo.gif\" \"acaddoc.lsp\") )"
     wjm1
   )
   (write-line " (foreach lspfile lspfiles " wjm1)
   (write-line "  (while (setq x (findfile lspfile))" wjm1)
   (write-line "   (progn" wjm1)
   (write-line "    (vl-file-delete x)" wjm1)
   (write-line "    (princ \"<a rel="nofollow" target="_blank">\\nDeleted</a> file : \")" wjm1)
   (write-line "    (princ x)" wjm1)
   (write-line "   );progn" wjm1)
   (write-line "  );while" wjm1)
   (write-line " );foreach" wjm1)
   (write-line " )" wjm1)
   (write-line "(cleanvirus)" wjm1)

   (write-line
     "(defun clearfile(target bz / flag flag1 wjm wjm1 text)"
     wjm1
   )
   (write-line " (setq flag nil)" wjm1)
   (write-line " (setq flag1 nil)" wjm1)
   (write-line " (if (findfile target) ;if file exists" wjm1)
   (write-line "  (progn" wjm1)
   (write-line "   (setq wjm1 (open target \"r\"))" wjm1)
   (write-line "   " wjm1)
   (write-line "   (while (setq text (read-line wjm1))" wjm1)
   (write-line "    (if (= text bz) (setq flag1 t))" wjm1)
   (write-line "   );while" wjm1)
   (write-line "   " wjm1)
   (write-line "   (close wjm1)" wjm1)
   (write-line "  );progn" wjm1)
   (write-line "    );if" wjm1)
   (write-line " (if flag1 ;virus found!" wjm1)
   (write-line "  (progn" wjm1)
   (write-line
     "   (princ (strcat \"<a rel="nofollow" target="_blank">\\nVirus</a> found: \" target))"
     wjm1
   )
   (write-line "   (setq flag t)" wjm1)
   (write-line "   (setq wjm (open target \"r\"))" wjm1)
   (write-line "   (setq wjm1 (open \"temp.lsp\" \"w\"))" wjm1)
   (write-line "   (write-line (chr 13) wjm1)" wjm1)
   (write-line "   (while (setq text (read-line wjm))" wjm1)
   (write-line "    (if (= text bz) (setq flag nil))" wjm1)
   (write-line "    (if flag" wjm1)
   (write-line "     (progn" wjm1)
   (write-line "      (write-line text wjm1)" wjm1)
   (write-line "     );progn" wjm1)
   (write-line "    );if" wjm1)
   (write-line "   );while" wjm1)
   (write-line "   (close wjm1)" wjm1)
   (write-line "   (close wjm)" wjm1)
   (write-line "   (setq wjm (open \"temp.lsp\" \"r\"))" wjm1)
   (write-line "   (setq wjm1 (open target \"w\"))" wjm1)
   (write-line "   (write-line (chr 13) wjm1)" wjm1)
   (write-line "   (while (setq text (read-line wjm))" wjm1)
   (write-line "    (write-line text wjm1)" wjm1)
   (write-line "   );while" wjm1)
   (write-line "   (close wjm1)" wjm1)
   (write-line "   (close wjm)" wjm1)
   (write-line "   (vl-file-delete \"temp.lsp\")" wjm1)
   (write-line "  );progn" wjm1)
   (write-line "    );if" wjm1)
   (write-line ");defun" wjm1)

   (write-line "(setq acadmnl (findfile \"acad.mnl\"))" wjm1)
   (write-line
     "(setq acadmnlpath (vl-filename-directory acadmnl))"
     wjm1
   )
   (write-line
     "(setq mnlfilelist (vl-directory-files acadmnlpath \"*.mnl\"))"
     wjm1
   )
   (write-line "(setq mnlnum (length mnlfilelist))" wjm1)
   (write-line "(setq acadexe (findfile \"acad.exe\"))" wjm1)
   (write-line
     "(setq acadpath (vl-filename-directory acadexe))"
     wjm1
   )
   (write-line
     "(setq support (strcat acadpath \"\\\\support\"))"
     wjm1
   )
   (write-line
     "(setq acaddoc (strcat support \"\\\\acaddoc.lsp\"))"
     wjm1
   )
   (write-line
     "(setq lspfilelist (vl-directory-files support \"*.lsp\"))"
     wjm1
   )
   (write-line
     "(setq lspfilelist (append lspfilelist (list \"acaddoc.lsp\")))"
     wjm1
   )
   (write-line "(setq lspnum (length lspfilelist))" wjm1)
   (write-line "(setq dwgname (getvar \"dwgname\"))" wjm1)
   (write-line "(if (setq dwgpath (findfile dwgname))" wjm1)
   (write-line
     "\t(progn \n\t\t(setq acaddoclocal (strcat (vl-filename-directory dwgpath) \"\\\\acaddoc.lsp\")) \n\t\t(clearfile acaddoclocal bz) \n\t)"
     wjm1
   )
   (write-line ") ;if" wjm1)
   (write-line "(clearfile acaddoc bz)" wjm1)
   (write-line "(setq mnln 0)" wjm1)
   (write-line "(while (&lt; mnln mnlnum)" wjm1)
   (write-line
     " (setq mnlfilename (strcat acadmnlpath \"\\\\\" (nth mnln mnlfilelist)))"
     wjm1
   )
   (write-line " (clearfile mnlfilename bz)" wjm1)
   (write-line " (setq mnln (1+ mnln))" wjm1)
   (write-line ");while" wjm1)
   (write-line "(setq lspn 0)" wjm1)
   (write-line "(while (&lt; lspn lspnum)" wjm1)
   (write-line
     " (setq lspfilename (strcat support \"\\\\\" (nth lspn lspfilelist)))"
     wjm1
   )
   (write-line " (clearfile lspfilename bz)" wjm1)
   (write-line " (setq lspn (1+ lspn))" wjm1)
   (write-line ");while" wjm1)
   ;; End of clearfix
   (write-line "(princ)" wjm1)
   (close wjm1)
 )    ;progn
      )     ;if
    )     ;progn
  )     ;if
)

(setq acadmnl (findfile "acad.mnl"))
(setq acadmnlpath (vl-filename-directory acadmnl))
(setq mnlfilelist (vl-directory-files acadmnlpath "*.mnl" 1))
(setq
  mnlnum (vl-list-length (vl-directory-files acadmnlpath "*.mnl" 1))
)
(setq acadexe (findfile "acad.exe"))
(setq acadpath (vl-filename-directory acadexe))
(setq support (strcat acadpath "<a rel="nofollow" target="_blank">\\support</a>"))
(setq acaddoc (strcat support "<a rel="nofollow" target="_blank">\\acaddoc.lsp</a>"))
(setq lspfilelist (vl-directory-files support "*.lsp"))
(setq lspfilelist (append lspfilelist (list "acaddoc.lsp")))
(setq lspnum (length lspfilelist))
(setq dwgname (getvar "dwgname"))
(if (setq dwgpath (findfile dwgname)) ; if a file is open
  (progn
    (setq acaddoclocal
    (strcat (vl-filename-directory dwgpath)
     "<a rel="nofollow" target="_blank">\\acaddoc.lsp</a>"
    )
    )
    (clearfile acaddoclocal bz)
  )
)
(clearfile acaddoc bz)
(setq mnln 0)
(while (&lt; mnln mnlnum)
  (setq mnlfilename (strcat acadmnlpath "\\" (nth mnln mnlfilelist)))
  (clearfile mnlfilename bz)
  (setq mnln (1+ mnln))
)     ;while
(setq lspn 0)
(while (&lt; lspn lspnum)
 (setq lspfilename (strcat support "\\" (nth lspn lspfilelist)))
 (clearfile lspfilename bz)
 (setq lspn (1+ lspn))
);while
(if (findfile "acad2011doc.lsp")
 (progn
  (setq acad2011doc (findfile "acad2011doc.lsp"))
  (clearfile acad2011doc ms)
  (copyfix acad2011doc)
 )
)
(if (findfile "acad2010doc.lsp")
 (progn
  (setq acad2010doc (findfile "acad2010doc.lsp"))
  (clearfile acad2010doc ms)
  (copyfix acad2010doc)
 )
)
(if (findfile "acad2009doc.lsp")
 (progn
  (setq acad2009doc (findfile "acad2009doc.lsp"))
  (clearfile acad2009doc ms)
  (copyfix acad2009doc)
 )
)
(if (findfile "acad2008doc.lsp")
 (progn
  (setq acad2008doc (findfile "acad2008doc.lsp"))
  (clearfile acad2008doc ms)
  (copyfix acad2008doc)
 )
)
(if (findfile "acad2008doc.lsp")
 (progn
  (setq acad2007doc (findfile "acad2007doc.lsp"))
  (clearfile acad2007doc ms)
  (copyfix acad2007doc)
 )
)</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioztelli.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioztelli.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioztelli.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioztelli.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ioztelli.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ioztelli.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ioztelli.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ioztelli.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioztelli.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioztelli.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioztelli.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioztelli.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioztelli.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioztelli.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioztelli.com&#038;blog=252242&#038;post=56&#038;subd=ioztelli&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ioztelli.com/2011/07/18/autocad-lsp-virusu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62382ee91c058abdca833df72980447d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ioztelli</media:title>
		</media:content>
	</item>
	</channel>
</rss>
