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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now