Hi,
I've used the $filename$ tag to generate the required output
......
;Enter filename <current name.dwf>
"G:
gdury |
Posted - July 16 2004 : 04:49:59 AM Bill
Thanks for your reply, i've added the ;Enter filename <current name.dwf> option to the script which then runs and i cannot find the dwf files. If i create a blank line after the new addition, the script will then produce the dwf in the default location with a warning about the blank line. Where do i apply the Dynamic tag to save the dwf to the following location "G:
Admin |
Posted - July 14 2004 : 10:19:48 AM Here is something that works on my system.
(I used the "Capture Autocad Commands" Feature in Hurricane)
I've left most of the responses blank, to accept the defaults. Also added a line "Enter Filename", and left it blank too, to accept the "current drawing.dwf" default. You could put a Hurricane TAG in there to direct to a different path and/or filename.
Hope this helps! Bill
;BEGIN SCRIPT
;Command: -PLOT
-PLOT
;Detailed plot configuration? [Yes/No] <No>: YES
YES
;Enter a layout name or [.?] <Model>:
;Enter an output device name or [.?] <\xxxxxxxx>: ?
DWF Classic.pc3
;Enter paper size or [.?] <ANSI A (8.50 x 11.00 Inches)>:
;Enter paper units [Inches/Millimeters] <Inches>:
;Enter drawing orientation [Portrait/Landscape] <Landscape>:
;Plot upside down? [Yes/No] <No>:
;Enter plot area [Display/Extents/Limits/View/Window] <Extents>:
;Enter plot scale (Plotted Inches=Drawing Units) or [Fit] <Fit>:
;Enter plot offset (x,y) or [Center] <0.00,0.00>:
;Plot with plot styles? [Yes/No] <Yes>:
;Enter plot style table name or [.?] (enter . for none) <MONOCHROME.CTB>:
;Plot with lineweights? [Yes/No] <Yes>:
;Remove hidden lines? [Yes/No] <No>:
;Enter filename <current name.dwf>
;Save changes to model tab [Yes/No]? <N>
;Proceed with plot [Yes/No] <Y>:
;END SCRIPT
|
|