I'm attempting to execute a Tcl Script from another Tcl script. However, I cannot get execution to return from the child script back to the parent script.
I'm also passing parameters into the child script. Right now I'm using the following syntax:
[exec cmd.exe /c script_name.tcl $arg1 $arg2 $arg3]
Also, I have tried running the child script from a shortcut to no avail.
The child script executes successfully, however, it is never destroyed. How can I destroy the child process when it's finished?
I'm really at my wit's end. Thanks in advance.
I'm also passing parameters into the child script. Right now I'm using the following syntax:
[exec cmd.exe /c script_name.tcl $arg1 $arg2 $arg3]
Also, I have tried running the child script from a shortcut to no avail.
The child script executes successfully, however, it is never destroyed. How can I destroy the child process when it's finished?
I'm really at my wit's end. Thanks in advance.