G
Guest
I need to run multiple .bat files(in specific order, sychronously) from my C#
windows app. I also want to hide the DOS command window so that users don't
see them.
Basically my program lanches .bat file to do some installation, status of
the installation will be displayed on the windows app, but don't want the dos
window showed.
I look at Microsoft.VisualBasic.Interaction.Shell, that Shell out command is
asynchronous, right? If it is, I cannot use it.
windows app. I also want to hide the DOS command window so that users don't
see them.
Basically my program lanches .bat file to do some installation, status of
the installation will be displayed on the windows app, but don't want the dos
window showed.
I look at Microsoft.VisualBasic.Interaction.Shell, that Shell out command is
asynchronous, right? If it is, I cannot use it.