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?

link|improve this question

73% accept rate
feedback

closed as exact duplicate by harrymc, ChrisF, Mehper C. Palavuzlar, Sathya, random Nov 15 '10 at 4:32

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.

2 Answers

up vote 1 down vote accepted

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

link|improve this answer
feedback

Two ways to solve, depending on what you want, check the answers here:

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.