How do I create a Windows Batch file that does not show the Command Prompt when executed?

Posted by Jake on Super User See other posts from Super User or by Jake
Published on 2011-01-14T18:23:22Z Indexed on 2011/01/14 18:55 UTC
Read the original article Hit count: 214

Filed under:
|
|
|
|

I have installed a ruby gem called Redcar, which is launched from the command line. When it runs, it steals the shell until it terminates, so I have to create a new shell window to continue doing command line work. The shell I'm using is the GITBash shell from MySysGit. I found a Redcar.bat file which is meant to launch Redcar as a shortcut, I presume, but I don't want the extra command prompt window to open whenever I launch the BAT file. How do I just run the BAT without seeing the prompt?

© Super User or respective owner

Related posts about Windows

Related posts about batch