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