Mark J. Reed wrote: > On Thu, Jun 25, 2009 at 10:19 PM, Dave Korn: >>> Problem: I want to be able to launch a CMD.EXE window starting in a >>> particular >>> directory from my cygwin bash window. >> Just type "start" and press return. > I get "bash: start: command not found." in 1.7.
Doh, I'm a complete idiot. "start" is a cmd.exe builtin, of course it won't work from bash. I've had this definition in my bashrc for so long I forgot about it! $ alias start alias start='cmd /c start ' cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple