Here is a diesel string that I use to give the drawing path and name, the layout name, the date plotted and the user name. This is saved as a seperate drawing and inserted as a block into the title block drawing which is then inserted into the layout of a drawing in paperspace. It works brill for people asking what the drawing was and where!!!
Use RTEXT and enter this string (RTEXT is only in the express tools upto 2004 I belive, then included??)
Drawing $(getvar, "dwgprefix"

$(getvar, "dwgname"

. Layout $(getvar, "ctab"

. Plotted $(edtime, 0, DDDD DD MONTH YYYY - HH:MM) by $(getvar, "loginname"
