Search found 1 match
- 2011-10-11T10:01:21-07:00
- Forum: Developers
- Topic: .net ProcessStartInfo passing arguments as variables
- Replies: 0
- Views: 4220
.net ProcessStartInfo passing arguments as variables
I am trying to execute a bat file via a .Net console app, but I can tell that the bat file is not accepting the parameters even though I think I have the correct format in passing them. What am I doing wrong? Here is the method in the console app that I'm executing. private static int ProcessBatFile ...