HOW TO ATTACH PLOT STAMP IN BATCH PLOT UTILITY

Discussion in 'AutoCAD' started by Nenad, Jun 27, 2003.

  1. Nenad

    Nenad Guest

    Hi,

    I'd like to know if there is any way to attach a plot stamp in Batch plot
    utility. I'm using AutoCAD 2000i.
    Any answer I'd greatly appreciate.
    Nenad
     
    Nenad, Jun 27, 2003
    #1
  2. Nenad

    LOUISN Guest

    try creating a lisp routine that loads automatically when a drawing is started. see lisp below.

    (defun-q startup()
    (command "-plotstamp" "on" "")
    (princ))

    Louis N
     
    LOUISN, Jul 7, 2003
    #2
  3. Nenad

    Paul Turvill Guest

    Look in the HELP file ...
    (defun S::STARTUP ( ) ...
    ___
     
    Paul Turvill, Jul 7, 2003
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.