This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Launching CMD.EXE windows from cygwin bash


Mark J. Reed sent the following at Thursday, June 25, 2009 11:15 PM
>cygstart /cygdrive/c/windows/system32/cmd.exe
>
>or, if you have that in your $PATH, just
>
>cygstart `which cmd`

cygstart has an option to set the working directory.

$ cygstart --help

[snip]

Directory options
  -d, --directory=STRING     Set working directory

[snip]

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]