Jump to content

Need Help New user in macro


bkkar_55

Recommended Posts

hi all,

i'm new user in macro and need help

i want macro to do this

1-save as dwg in user Document (automatically create folder and call it Bind)

2-Bind all xrefs in dwg file

3-save dwg and close

i find macro to save dwg , bind xref,and close

But i cant make it to save as in user Document automatically

sorry my English not good but i hope you find it well:):):)

Link to comment
Share on other sites

i find this

(strcat (getvar "dwgprefix")(getvar "DWGNAME"))

 

it's work great but i want to make macro to create folder in user Document automatically

Link to comment
Share on other sites

I think you could achieve all this with a saved setting in the ETRANSMIT command. It will bind everything and can be defaulted to a certain file.

 

I don't know of a way to use a macro to force AutoCAD to make file folders.

 

Perhpas you could do that with a Windows batch file?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...