Dec 1, 2004 #1 Rossco1 Industrial Joined Nov 28, 2004 Messages 6 Location NZ is there any way for auto cad to automatically place the files saved graphics path on the dwg? e.g c:/auto/wheel.dwg Is there a macro for this maybe? thanks
is there any way for auto cad to automatically place the files saved graphics path on the dwg? e.g c:/auto/wheel.dwg Is there a macro for this maybe? thanks
Dec 1, 2004 #2 Exxit Computer Joined Aug 18, 2003 Messages 804 Location DE Hi Rossco^1, take "rtext" from the Express Tools V 1-9. DIESELcommand: $(getvar, "dwgprefix")$(getvar, "dwgname") -> c:/auto/wheel.dwg Lothar ADT 2004 ACAD 2002 Upvote 0 Downvote
Hi Rossco^1, take "rtext" from the Express Tools V 1-9. DIESELcommand: $(getvar, "dwgprefix")$(getvar, "dwgname") -> c:/auto/wheel.dwg Lothar ADT 2004 ACAD 2002
Dec 11, 2004 #3 twlincoln Electrical Joined Jan 24, 2003 Messages 65 Location US If you are using AutoCAD 2005, try looking at the new FIELD objects (way cool). If not, here is a link to a tutorial using FIELDS. http://www.caddigest.com/subjects/autocad/tutorials/select/031004_parsai_2005_fields.htm Tracy Lincoln, TLConsulting http://tlconsulting.blogspot.comConsulting, Design & Training Specialist Autodesk Discussion Group Facilitator Discussion Group Index: http://discussion.autodesk.com Upvote 0 Downvote
If you are using AutoCAD 2005, try looking at the new FIELD objects (way cool). If not, here is a link to a tutorial using FIELDS. http://www.caddigest.com/subjects/autocad/tutorials/select/031004_parsai_2005_fields.htm Tracy Lincoln, TLConsulting http://tlconsulting.blogspot.comConsulting, Design & Training Specialist Autodesk Discussion Group Facilitator Discussion Group Index: http://discussion.autodesk.com