JohnRowland
MIS
I am absolutely NEWBIE to Tcl and am initially looking to solve a single problem:<br>
<br>
I have a remote NT box with a remote control host program running on it for tech support purposes. The remote control program intermittently loses it's ability to accept dialups. Having the non-computer literate users at the remote end exit and restart the remote control host software fixes the problem. I want to have the NT at command scheduler launch a script periodically to execute, stop and restart the host program. I can get Tcl to launch an executable using the exec function, but when I do, the script halts until I exit the executable I launched, then continues. Can I do what I want to do with a Tcl script? If so, what do I need to do to have the script execute then kill the Win32 host program?<br>
<br>
TIA<br>
<br>
John<br>
<br>
I have a remote NT box with a remote control host program running on it for tech support purposes. The remote control program intermittently loses it's ability to accept dialups. Having the non-computer literate users at the remote end exit and restart the remote control host software fixes the problem. I want to have the NT at command scheduler launch a script periodically to execute, stop and restart the host program. I can get Tcl to launch an executable using the exec function, but when I do, the script halts until I exit the executable I launched, then continues. Can I do what I want to do with a Tcl script? If so, what do I need to do to have the script execute then kill the Win32 host program?<br>
<br>
TIA<br>
<br>
John<br>