Tuesday, March 3, 2015

windows - How to run 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?


Answer



There is a program called HStart (HiddenStart) which does it easily.


hstart /noconsole c:\example.bat


You can find hstart at ntwind.com
Hidden Start Utility


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...