Jump to content

Recommended Posts

Posted

Hi, dear members

 

I have a code for e-transmitting given below

 

(command "_qsave" "_.-ETRANSMIT" "_CH" "Standard" "_C" "_all")

 

in this code command "_all" is no need to run for every file

when it is asking for over writing then it should be run ..

 

There is any possibility to change the code as per this

 

Thanks...

Posted
Hi, dear members

 

I have a code for e-transmitting given below

 

(command "_qsave" "_.-ETRANSMIT" "_CH" "Standard" "_C" "_all")

 

in this code command "_all" is no need to run for every file

when it is asking for over writing then it should be run ..

 

There is any possibility to change the code as per this

 

Thanks...

 

Hi

I found a code which i think need improve (looking any suggestion)

 

(defun c:Etr ()

(command "_qsave" "_.-ETRANSMIT" "_CH" "Standard" "_C")

(while (> (getvar 'cmdactive) 0)

(command "_All")

)

(princ)

)

Posted

 

Thanks..for ur reply

cmdactive 1 is not ok..

 

I try to change the cmdactive test, from 0 to 32 (working...)

 

Thanks...

Posted

You're welcome, ybx!

Glad you have it sorted!

 

 

Henrique

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...