I have written an NT shell script (not using windows script host) that essentially calls another script and passes it some arguments. The called script does some things that can take some time to finish (like copying some large Oracle files). If theprocess that the called script takes more than 10 minutes the calling script abruptly quits. All scripts are either run from the commmand.exe or via the NT scheduler. I am seeing this behaviour on Windows2000 server on Compaq systems. I have not been able to reproduce the problem on other systems. I can consistently reproduce the problem on the compaq system. If I run the script from the command.exe shell the shell window dissapears with no error messages. I cannot find any idle time settings that might be causing this. I would appreciate any ideas.
Thank you.