T O P I C R E V I E W |
chowluca |
Posted - December 16 2009 : 03:22:11 AM ATT Hurricane
hi i'm a new user !! need urgent help...
I' trying to write a script to batch e-transmit a bunch of drawings to single .zip files named with the DWG file name in a specific folder (might be the same file folderas well...).
I now have to do this through single e-transmit of individual files, but the save window pops up, and cannot find a way to avoid it.
Can anyone help ?
Thanks
Luca Mangione |
5 L A T E S T R E P L I E S (Newest First) |
zetasj55 |
Posted - October 11 2013 : 02:53:19 AM only I do not know how to tell acad to get "save as" window to pick filename and save in the same folder.
ZeTaS |
chowluca |
Posted - December 16 2009 : 11:57:19 AM thanks
will try this |
Admin |
Posted - December 16 2009 : 11:56:09 AM Hi Chowluca,
I don't recommend you have a script call a "Saveas" dialog box.
You should probably use $filename$ tag in Hurricane in your script, and avoid any pop-up file selectors.
If you insert $filename$ into your script, whenever Hurricane sees this, it will substitute in your current filename... You can do some cool things with this, i.e. quote:
$filename$-et.dwg
would be an example...
|
chowluca |
Posted - December 16 2009 : 10:06:32 AM I am already using -etransmit
only I do not know how to tell acad to get "save as" window to pick filename and save in the same folder.
thanks!
luca
|
Admin |
Posted - December 16 2009 : 10:03:28 AM Try
-etransmit
(the - (dash) is required to put the command into "command line" mode)
Regards, Bill |