U UJ Oct 27, 2005 #1 How do I run a dos batch file from a program? I am guessing I have to run cmd.exe with the parameter of the batch file. TIA - Jeff.
How do I run a dos batch file from a program? I am guessing I have to run cmd.exe with the parameter of the batch file. TIA - Jeff.
S Siva M Oct 27, 2005 #2 This is simpler: Process.Start ("mybatfile.bat") How do I run a dos batch file from a program? I am guessing I have to run cmd.exe with the parameter of the batch file. TIA - Jeff.
This is simpler: Process.Start ("mybatfile.bat") How do I run a dos batch file from a program? I am guessing I have to run cmd.exe with the parameter of the batch file. TIA - Jeff.
U UJ Oct 28, 2005 #4 Something else I should have pointed out - I need to do this from a service. Will this still work? Thanks.
Something else I should have pointed out - I need to do this from a service. Will this still work? Thanks.
S Siva M Oct 28, 2005 #5 Yes, it will. Something else I should have pointed out - I need to do this from a service. Will this still work? Thanks.
Yes, it will. Something else I should have pointed out - I need to do this from a service. Will this still work? Thanks.
U UJ Oct 31, 2005 #6 Thanks for the info. Siva M said: Yes, it will. Something else I should have pointed out - I need to do this from a service. Will this still work? Thanks. Click to expand...
Thanks for the info. Siva M said: Yes, it will. Something else I should have pointed out - I need to do this from a service. Will this still work? Thanks. Click to expand...