
The shell I’m using is the GITBash shell from MySysGit. 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. I have installed a ruby gem called Redcar, which is launched from the command line. SuperUser reader Jake wants to run a BAT file invisibly, he writes: Today’s Question & Answer session comes to us courtesy of SuperUser-a subdivision of Stack Exchange, a community-driven grouping of Q&A web sites. We can use NirCmd to run a program, script or batch file in hidden mode.Batch files are a handy way to execute a series of commands in Windows, but is there anyway to run them invisibly in the background? Read on find out how. We’ve covered NirCmd many times in the past on our site.

NirCmd is a multipurpose command-line automation utility from the third-party vendor Nirsoft. CMD files hidden (invisible mode) Using NirCmd RELATED: How to Automatically Elevate a Batch file to Run it as Administrator? -and- VBScripts and UAC elevation (Run as administrator) Running.

WshShell.Run chr(34) & "C:\Batch Files\syncfiles.bat" & Chr(34), 0 Set WshShell = CreateObject("WScript.Shell") Let’s launch it in hidden mode using Windows Scripting. Let’s say we have a file named syncfiles.bat in C:\Batch Files directory. Setting intWindowStyle parameter to 0 hides the window. Here is a sample Windows script code that launches a batch file named syncfiles.bat invisibly. Windows Script Host’s Run Method allows you run a program or script in invisible mode. CMD files hidden (invisible mode) Using Script

