Hi,
I want to be able to start an executable file (batch file) with the command:
catch {exec $batch &} info
with the "&" sign to start it as another process because I want to do some other stuff in TCL at the same time as the batch to some other stuff. But I want to know when the process of the batch is finished so I can update my main window of TK to tell the user that the process is finished. Is it possible to do such a thing?
Thanks
I want to be able to start an executable file (batch file) with the command:
catch {exec $batch &} info
with the "&" sign to start it as another process because I want to do some other stuff in TCL at the same time as the batch to some other stuff. But I want to know when the process of the batch is finished so I can update my main window of TK to tell the user that the process is finished. Is it possible to do such a thing?
Thanks