jrajesh82 Posted March 10, 2010 Posted March 10, 2010 hi any body can tell me how to batch run the script command for a number of drawings in one time, just by opening it. i have heard about chatt.lsp file which is useful to do this.. any body have this file..please kind tell me where to get that file.. example of script command : Load c:\temp\chatt.lsp ("CHATT" "REV" "DATE_1" "13-01-10") ZOOM E QSAVE EXIT DESCRIPTION: ONCE WE OPEN THE CAD FILE IT WILL LOAD CHAT.LSP AND CHANGE EDIT THE "REV" - BLOCK NAME AND CHANGE THE BLOCK VALVE - "DATE_1 "TO "13-01-10" and then zoom to windows and qsave and exit this is what i knew. help me to find out more. Quote
BIGAL Posted March 11, 2010 Posted March 11, 2010 Can not help if Lt but script is open dwg1 Load c:\temp\chatt.lsp ("CHATT" "REV" "DATE_1" "13-01-10") ZOOM E QSAVE EXIT open dwg2 Load c:\temp\chatt.lsp ("CHATT" "REV" "DATE_1" "13-01-10") ZOOM E QSAVE EXIT open dwg3 Load c:\temp\chatt.lsp ("CHATT" "REV" "DATE_1" "13-01-10") ZOOM E QSAVE EXIT Quote
jrajesh82 Posted March 18, 2010 Author Posted March 18, 2010 Hey can you tell me how to run this command that you have written for drawing 1 2 3... Quote
alanjt Posted March 18, 2010 Posted March 18, 2010 Hey can you tell me how to run this command that you have written for drawing 1 2 3... Save contents to an .scr file and type SCR in AutoCad. Quote
jrajesh82 Posted March 18, 2010 Author Posted March 18, 2010 where can i get that file>>>>"chatt.lsp" from autodesk..? send me the link to download. Quote
CarlB Posted March 18, 2010 Posted March 18, 2010 There is a "chatt.lsp" posted here: http://www.cadtutor.net/forum/showthread.php?t=31640 not sure if it's what you're looking for... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.