I think you chave several chained processes here starting each other. The scheduler aborts the job as soon as it gets control back fro mthe operation system Try running it as "cmd /C wish83 TCLScript.tcl" Also ensure that wish83 is in the system search path and TCLScript.tcl is in the scheduler directory (current directory). If not, try specifying full file path for both wish83 and tcl script. : I am having trouble running a perl script: Basically I am trying to run a TCL : script using Wish in my perl script. : When I run the script from the command prompt I have no issues while I try to : run the same from the scheduler : It would just open the Wish Console and not run the Tcl Script..what could be : going on? : To debug I tried to run the Tcl script directly from the scheduler using the : run programs option: I specified the directory where the wish.exe exists : in the StartIn : Then gave "wish83 TCLScript.tcl". : Again this works from the windows cmd and not the scheduler...whats going on? : Please help ASAP. : BTW thanks for the new version of the scheduler, it now generates status : reports!
|