6poo Posted May 15, 2004 Posted May 15, 2004 hi !i would like to know if it is possible to reduce a dos shel, when a start a batch file with the first field "@echo off" the batch don't show my commands, it's right, but a black dos shell appear between the command execute and that i want to back it off.i want my batch exacute without any shell on screen..maybe is there a command to just after the code i wrote to reduce it in taskbar..does someone know something about that ?thx
jrzycrim Posted May 15, 2004 Posted May 15, 2004 Many people here use a command line application called cmdowhttp://www.commandline.co.uk/cmdow/It's useful for hiding windows.Once you have this program, you can put this as your first command in your batch files:cmdow @ /HIDThat will hide your window.
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