R
Ray Woodard
I have web application that gets a self extracting exe
file from an FTP server. I get it downloaded and stored on
local HD just fine. Now I need to run it. It runs fine
from Windows command line.
I created a dotNet process object to run it. The process
apparently starts. I can get a ProcID back from the
Process Object. I used a WaitforExit, the process exits,
but with exit code 1. And it does not expand files or run
successfully. Any idea how to run the file or how to
figure out why it works in Windows, but not as a process
in dotNet?
Thanks,Ray
file from an FTP server. I get it downloaded and stored on
local HD just fine. Now I need to run it. It runs fine
from Windows command line.
I created a dotNet process object to run it. The process
apparently starts. I can get a ProcID back from the
Process Object. I used a WaitforExit, the process exits,
but with exit code 1. And it does not expand files or run
successfully. Any idea how to run the file or how to
figure out why it works in Windows, but not as a process
in dotNet?
Thanks,Ray