G
Guest
Hi Everybody,
Is anybody knows how to Hide Execution of batch file at background? I mean
without displaying the DOS Prompt window while batch file is being executed.
I used code below to execute batch file. Is there other ways to do this? I
need help. Thanks.
Code:
System.Diagnostics.Process.Start("batchfile1.bat");
den2005
Is anybody knows how to Hide Execution of batch file at background? I mean
without displaying the DOS Prompt window while batch file is being executed.
I used code below to execute batch file. Is there other ways to do this? I
need help. Thanks.
Code:
System.Diagnostics.Process.Start("batchfile1.bat");
den2005