You can disable the creation of the AutoCAD plot log file PLOT.LOG using the following settings…
From the AutoCAD Options dialog, select the “Plot and Publish” tab…
and select the “Plot Stamp Settings…” button…
then select the “Advanced” button…
From the “Advanced Options” dialog, uncheck the “Create a log file” check box…
Alternatively…
(and particularly if you need to control this for an entire CAD team)
Add the following to your AutoCAD startup routine…
(command "_-PLOTSTAMP" "_LOG" "_NO" "PLOT.LOG" "")



Comments