Re: Start function
Alan T wrote:
I really think that fixing myexe.exe is the best solution for
this problem.
Arne
Alan T wrote:
Now I can use the myProcess.WaitF orExit() method.
My current problem is when the .exe in the myProcess is exporting data
(extract text) from one file to another file, it hangs at some files.
>
eg. myExe.exe file1.doc file2.txt
>
I tried in cmd, it stays in the command prompt and the output file is empty,
ie 0 KB.
The memory usage in the Task Manager shows nearly my virtual memory.
>
I think myExe.exe cannot handle the file1.
My current problem is when the .exe in the myProcess is exporting data
(extract text) from one file to another file, it hangs at some files.
>
eg. myExe.exe file1.doc file2.txt
>
I tried in cmd, it stays in the command prompt and the output file is empty,
ie 0 KB.
The memory usage in the Task Manager shows nearly my virtual memory.
>
I think myExe.exe cannot handle the file1.
This is what I do, just wait for 5 seconds and kills the process.
But, I found the myExe.exe still shown in the Task Manager and eats up
memory. My machine nearly hang.
But, I found the myExe.exe still shown in the Task Manager and eats up
memory. My machine nearly hang.
this problem.
Arne
Comment