Sudhir Posted February 3, 2009 Posted February 3, 2009 Hi can anybody explain what is scripts and how can we use it in acad Quote
fuccaro Posted February 3, 2009 Posted February 3, 2009 In the old days AutoCAd users used to enter almost everything from the keybord. So to draw a square having a diagonal between (0,0) and (10,10), we entered in the command line: RECTANGLE 0,0 10,10 If you save the text above in a text file with the extension SCR you have a script file. Run it in AutoCAD and it will draw a rectangle for you. This is meant as an introduction in nutshell. Search in the forum for more about scripts. Quote
ReMark Posted February 3, 2009 Posted February 3, 2009 Sudhir: Use the Search function at the top of the page and type in "scripts". It will bring up a list of threads on the topic. One that I would recommend you look at is a thread by forum member wannabe entitled "WTD: Script Tutorials & Examples. You'll find this thread in the Tutorials & Tips'n'Tricks forum. If you have further questions after reading this and other similar threads then just post them and we'll do our best to assist you. 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.