PDA

View Full Version : Basic autocad Autolisp



stano
18th Jan 2005, 01:46 pm
HI

I am sorry if the question seem very simple but I am new to this. :unsure:

All I want to do is insert a block from my hardisk using a icon in Autocad 2000

I have tried things like

C^C_INSERT_C:\MAS\500VALVE.DWG

but it dose not work

thanks for any help


Stano

Mark Thomas
18th Jan 2005, 01:57 pm
Something like this;
^C^C-insert;c:/MAS/500VALVE.dwg;\;;;

should be in a FAQ somewhere. *grin*

stano
18th Jan 2005, 02:15 pm
Thanks Mark

from snowy England