Possible Duplicate:
Run a completly hidden batch file
I have a bat file that open a window and show a lot of information, which bother me a lot. How could I run the bat file in background?
I have a bat file that open a window and show a lot of information, which bother me a lot. How could I run the bat file in background?
| ||||
|
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
There is a program called HSTART which does it easily. HSTART /noconsole c:\blah.bat you can find it at http://www.ntwind.com/software/utilities/hstart.html | ||||
|
feedback
|
|
Two ways to solve, depending on what you want, check the answers here: | |||
|
feedback
|