PDA

View Full Version : Does anyone have the find replace routine as a lisp file that can be used with run batch?


scoff
2008-11-26, 09:38 AM
Guys,
I would like to use the "FIND" command in a simply lisp file that i can than use with runbatch on 600dwgs. The command doesn't seem to have a command line option and only through the dialog box. Is there away around this or someone have this function they could share?

kennet.sjoberg
2008-11-26, 12:42 PM
Google chtext.lsp

: ) Happy Computing !

kennet

rkmcswain
2008-11-26, 01:27 PM
Also, ToolPac (http://www.dotsoft.com/toolpac.htm) includes a utility for find/replace across multiple drawings without using a script file.

Anthony Rhodes
2008-11-26, 10:40 PM
I just went through that same thing last week. This is what I ended up using.

scoff
2008-12-03, 07:39 AM
Much appreciated, thanks guys.