T O P I C R E V I E W |
chowluca |
Posted - December 14 2010 : 3:15:50 PM during the print batch command i need sometimes to parse the enter command to autocad to simply confirm the current setting (such as custom page setup), for example:
Enter paper size or <Oversize: Custom 1 901 x 1600 mm.>:
Here I should just confirm this setting by pressing <enter>.
How do I simulate it in hurricane? space (" ") or a semicolon does not work!
pls help !!!
best
chowluca |
1 L A T E S T R E P L I E S (Newest First) |
Admin |
Posted - December 14 2010 : 4:39:02 PM Hi, you will either need to have a carriage return (blank line), or a SPACE character. I recommend using a blank line.
Check elsewhere in the forum for script examples, or use the Command Capture feature (on a plot script, for example), and it will capture the blank lines where required. |
|
|