inserting path and filename
inserting path and filename
(OP)
Is there possibility to add path & filename to drawing as a text so that when printing the drawing, it's possible to see where it's located in pc? similiar as when u print a web page, at the bottom ther is url and date..
found dwgprefix, but didn't get it to show the path when writed with tex tool, so hos should it be done?
thanx!
found dwgprefix, but didn't get it to show the path when writed with tex tool, so hos should it be done?
thanx!





RE: inserting path and filename
"Rtext" > Diesel > "File Path:$(getvar, "dwgprefix")$(getvar, "dwgname")".
Flores
RE: inserting path and filename
RE: inserting path and filename
hope this helps.
Mike
RE: inserting path and filename
RE: inserting path and filename
Flores
RE: inserting path and filename
Either can't find rtext or diesel, where shoul i write that "File Path:$(getvar, "dwgprefix")$(getvar, "dwgname")" ?
RE: inserting path and filename
DWG properties Diesel Strings:
Location: $(getvar, "dwgprefix")$(getvar, "dwgname")
If you want the server name to be displayed at your DWG, open the file using my network
Created: $(edtime, $(getvar,tdcreate), ddd" DD"-Mon"-YYYY" - HH:MMAM/PM)
Last saved: $(edtime, $(getvar,tdupdate), ddd" DD"-Mon"-YYYY" - HH:MMAM/PM)
Last Saved By: $(getprop, lastsavedby)
Printed: $(edtime, 0, ddd" DD"-Mon"-YYYY" - HH:MMAM/PM); Dispays current system time
Printed By: $(getvar, "loginname");Curent User
Total editing time $(edtime, $(getvar,tdindwg), HH:MM)
places.
ZMEI
RE: inserting path and filename
DWG properties Diesel Strings:
Location: $(getvar, "dwgprefix")$(getvar, "dwgname")
If you want the server name to be displayed at your DWG, open the file using my network
Created: $(edtime, $(getvar,tdcreate), ddd" DD"-Mon"-YYYY" - HH:MMAM/PM)
Last saved: $(edtime, $(getvar,tdupdate), ddd" DD"-Mon"-YYYY" - HH:MMAM/PM)
Last Saved By: $(getprop, lastsavedby)
Printed: $(edtime, 0, ddd" DD"-Mon"-YYYY" - HH:MMAM/PM); Dispays current system time
Printed By: $(getvar, "loginname");Curent User
Total editing time $(edtime, $(getvar,tdindwg), HH:MM)
places.
ZMEI
ANNOC
The rtext is in the express tools for acad 2000 2002and 2004
RE: inserting path and filename
Flores
RE: inserting path and filename
Flores
RE: inserting path and filename
I tried to write those to File->drawing properties-->Custom
but can't see any path anywhere.
I'm so not familiar with autocad
RE: inserting path and filename
Go to:
Express>text>remote text>
On the prompt type "Diesel" it will open a window where you can add those expresions.
Or:
Type in coman line "Rtext" answer to dhe question wit "Diesel!
That is it.
Enjoy
Zmei
PS: after that you can edit the expresions using object !properies
RE: inserting path and filename
RE: inserting path and filename