sengkannan
Technical User
- Jul 8, 2003
- 13
I would like my main TCL script to execute another TCL script file in a new dos window (i.e it should launch a new dos window). Or spawn a new process which is independent of the main script, i.e if the main process is killed the spawned process should continue.
eg "exec start tclsh84.exe MyScript.tcl" gives an error.
But "exec tclsh84.exe MyScript.tcl" works but stops when main script is killed.
eg "exec start tclsh84.exe MyScript.tcl" gives an error.
But "exec tclsh84.exe MyScript.tcl" works but stops when main script is killed.