How to disable the PLOT.LOG file?
Wednesday, November 26, 2008
You can suppress writing of the AutoCAD plot log file PLOT.LOG by the following settings:
* In the Options dialog, the "Plot and Publish" tab, the Plot and Publish log file option
* In the Plot Stamp dialog (PLOTSTAMP), the Advanced button, the Log file option (PLOT.LOG)
To switch off the plot logging automatically, add the following command to your AutoCAD startup sequence:
(command "_-PLOTSTAMP" "_LOG" "_NO" "PLOT.LOG" "")
* In the Options dialog, the "Plot and Publish" tab, the Plot and Publish log file option
* In the Plot Stamp dialog (PLOTSTAMP), the Advanced button, the Log file option (PLOT.LOG)
To switch off the plot logging automatically, add the following command to your AutoCAD startup sequence:
(command "_-PLOTSTAMP" "_LOG" "_NO" "PLOT.LOG" "")
0 comments:
Post a Comment