Author Topic: E-Transmit from a commmand  (Read 1323 times)

0 Members and 1 Guest are viewing this topic.

sling blade

  • Guest
E-Transmit from a commmand
« on: October 18, 2011, 02:00:53 AM »
Hi,

Is it possible to perform an e-transmit while you are in a command? I.e. have the e-transmit complete while the command is still active.

What I would like to do is during the middle of my command perform the e-transmit and when it is finished I validate the resulting zip file and decide whether to continue running the command or exit.

The way I am currently performing the e-transmit is via SendCommand or SendStringToExecute and this won't run until the command is through.


Code: [Select]
string command =string.Concat( "-ETRANSMIT\nC\n", path,"\n" );

m_doc.SendStringToExecute(command, true, false, false);


Is there some otherway to perform the e-transmit?

« Last Edit: October 18, 2011, 02:10:57 AM by sling blade »