The Hurricane Forum
The Hurricane Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Hurricane for AutoCAD
 General Discussion
 SAVEAS value when creating a zip file!

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

   Attach a File

Check here to subscribe to this topic.
   

T O P I C    R E V I E W
gdury Posted - October 18 2007 : 11:44:21 AM
Hi
I'm trying to resolve a problem with my script to save the zip file in the path location listed with the SAVEAS value set on the Hurricane programme when it is run.
At present the zip file is being saved in the path location WITHOUT the SAVEAS suffix ie A00.

Script details:

filedia 0
ARX
L
BINDPTCH
;PERMANENTLY BIND ALL
;XREFS TO DRAWING
-XREF
BIND
*
;PURGE ALL UNUSED
PURGE
A
*
N
;PURGE ALL UNUSED
PURGE
A
*
N
;PURGE ALL UNUSED
PURGE
A
*
N
;SAVE DRAWING
QSAVE
;ETRANSMIT DRAWING
-ETRANSMIT
C
;Enter filename <current name.zip>
"G:\0391A\JOBDATA\DUMP\$FILENAME$.ZIP"
FILEDIA 1
;END

Any help would be appreciated

Regards

Graham Dury
G.L.Draughting Ltd

Download Attachment: saveas details.JPG
89.92 KB
2   L A T E S T    R E P L I E S    (Newest First)
gdury Posted - October 19 2007 : 03:53:37 AM
Bill

Thank-you for your reply and the solution which works.I have found an number of these extranet facilities require uploading of the project drawings in various formats including the Autocad Etransmit (Zipped package)
which allow the project team to access the file types. This modification to the script will save me considerable time.

Regards

Graham Dury
Admin Posted - October 18 2007 : 9:13:19 PM
Hi Graham,

Once you click the "CREATE" button, you will see how your compiled script is put together. You will notice that the SAVEAS portion IS updated, but the -ETRANSMIT portion isn't.

If you want to add the A00 suffix to the -ETRANSMIT command, you will need to add it manually to the user script by changing the line to this:

"G:\0391A\JOBDATA\DUMP\$FILENAME$-A00.ZIP"

I hope that explains it?!

Regards,
Bill

The Hurricane Forum © 2009 - 2025 Go To Top Of Page
This page was generated in 0.17 seconds. Snitz Forums 2000