I want to run a bat file in background. I searched in google and I found some examples using hstart and cmdow. But Isn\'t anyway to do this with windows commands? I really f
It really depends on the programming language and platform you are using.
In Windows, using the C# language on the .NET platform, it is:
System.Diagnostics.Process.Start(@"C:\myfile.bat");