Message 1 of 27
Plotting multiple copies from command prompt
Not applicable
06-07-2000
09:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have created a Lisp plotter routine for my office to use.
From one simple command it updates a drawings status, measures its size,
sets the paper size and plots the drawing
One thing I would like to add to it is a feature that allows the user to
print multiple copies in one go.
The AutoCAD PLOT dialog box has a 'Number of Copies' entry - but my plot
routine uses the command from the
command prompt by issuing -PLOT
The problem is that the number of copies does not feature in the command
prompt version of the command
Does anybody know how to access this from lisp or command prompt.
P.S. I thought of just getting the routine to run -PLOT several times for
the number of copies - but I dismissed this as it would take longer to send
and plot
Any help would be appreciated.
Kevin.
From one simple command it updates a drawings status, measures its size,
sets the paper size and plots the drawing
One thing I would like to add to it is a feature that allows the user to
print multiple copies in one go.
The AutoCAD PLOT dialog box has a 'Number of Copies' entry - but my plot
routine uses the command from the
command prompt by issuing -PLOT
The problem is that the number of copies does not feature in the command
prompt version of the command
Does anybody know how to access this from lisp or command prompt.
P.S. I thought of just getting the routine to run -PLOT several times for
the number of copies - but I dismissed this as it would take longer to send
and plot
Any help would be appreciated.
Kevin.