Start function

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arne Vajhøj

    #16
    Re: Start function

    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.
    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.
    I really think that fixing myexe.exe is the best solution for
    this problem.

    Arne

    Comment

    Working...