HpVaC Posted July 2, 2007 Posted July 2, 2007 Hi, is there a way to hide ms-dos proccess windows? i run several applications that are run from command line and everyone of them keeps a command prompt window opened, i wonder if theres any way to hide them (hope it is), thanks in advance
jaclaz Posted July 2, 2007 Posted July 2, 2007 Yep, sure, there are a few utilities to that effect:http://www.msfn.org/board/index.php?showtopic=49184http://www.msfn.org/board/index.php?showtopic=49103http://www.nirsoft.net/utils/nircmd.htmlhttp://www.commandline.co.uk/cmdow/jaclaz
Yzöwl Posted July 2, 2007 Posted July 2, 2007 Depending upon a few things, you may be better off just starting each of the applications from a batch file:@echo offstart "" c:\myprogs\prog1.exestart "" c:\myprogs\prog2.exestart "" c:\myprogs\prog3.exestart "" c:\myprogs\prog4.exeexitsub-noteUsing the above syntax, you shouldn't have several cmd windows open!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now