viva

viva

  • NA
  • 27
  • 32.4k

running batch files from windows form

Jun 19 2012 5:06 AM
Hi

I have created Windows form GUI that will run batch files in background (so batch files will actually run my application).It is working properly.
But
When batch files encounter pause command.... my GUI hangs....

How pause command i should handle while calling from GUI?

Will it possible if i write/press any key from GUI edit box it will give input to pause command?

or is there any other way to handle user input in batch file that will work fine using C sharp windows GUI...

Thanks

viva

Answers (1)