After searching thru the postings, I see that there has been a lot of discussion about plot file names over the years. I don't think my problem has been brought up yet, so here goes. We're running 2005 on XP. We use PDF995 as a printer driver to create PDF files from our drawings. This driver has the ability to automatically name the output file based on the filename of the drawing. The problem is that on some PC's on our network, this file is named as "filename.dwg - model (1).pdf". While on other machines, mine specifically, it is named "filename.pdf". We use several small LISP programs that I've written to make the printing function easier for our group, but I'm mystified as to the difference in the filenames. As you imagine, we need consistency in the names for the LISP programs to work correctly for everyone. I've already tried conditional loops to look for specific names on specific user's PC's, but I'm doing some things with the PDF files that make the manipulation of them through LISP a little cumbersome. Bottom line, anyone know why there is a difference in the filename created between AutoCAD and PDF995? Thanks, Kelly