my code
result = File.Run("AutoPlay\\Docs\\build.bat", "", "", SW_HIDE, true);
my build.bat
iexpress C:\Users\Dany\builder\run.SED /n
It works well, but The screen of dos (CMD) Shown on screen and I want to hide it from the users.
result = File.Run("AutoPlay\\Docs\\build.bat", "", "", SW_HIDE, true);
my build.bat
iexpress C:\Users\Dany\builder\run.SED /n
It works well, but The screen of dos (CMD) Shown on screen and I want to hide it from the users.