Eli Fulkerson .com HomeProjectsNewcmd
 

newcmd.exe

newcmd is a Cygwin utility that I use to start new cmd.exe windows. I prefer this to cygstart because the arguments get sent to the new cmd window and start immediately. For instance "newcmd ping 127.0.0.1" will start a new command window, set its title to "ping 127.0.0.1" and start a "ping 127.0.0.1" executing.

Download:

newcmd.exe

newcmd-src.zip

See Also:

tracert -d TARGET | ips | xargs -n 1 | newcmd lime ping -t