M
Musafir
Hi,
I created a Win2K GUI Task Scheduler job with the Run field as:
D:\Test\myTest.cmd > D:\Test\myTest.out 2>&1
Contents of myTest.cmd are:
D:\Test\myExe.exe param1 param2
When I ran this task, after about 10 days it stops. myTest.out
indicates that the exe stopped while in between some processing.
I ran the exe directly from a command window and left it running.
After about 10 days I found that the command window was totally gone!
If the command window remained and the exe had exited (with error or
otherwise), I would have suspected that myExe.exe has some bug. But I
am unable to explain why the command window was totally gone.
Has anyone seen limits on the memory/etc that could cause CMD to
crash? Anything else I could check to determine what went wrong?
Thanks in advance,
Sharad Agarwal
I created a Win2K GUI Task Scheduler job with the Run field as:
D:\Test\myTest.cmd > D:\Test\myTest.out 2>&1
Contents of myTest.cmd are:
D:\Test\myExe.exe param1 param2
When I ran this task, after about 10 days it stops. myTest.out
indicates that the exe stopped while in between some processing.
I ran the exe directly from a command window and left it running.
After about 10 days I found that the command window was totally gone!
If the command window remained and the exe had exited (with error or
otherwise), I would have suspected that myExe.exe has some bug. But I
am unable to explain why the command window was totally gone.
Has anyone seen limits on the memory/etc that could cause CMD to
crash? Anything else I could check to determine what went wrong?
Thanks in advance,
Sharad Agarwal