I am currently using CYGWIN, Git Bash, and Msysgit, plus Putty and I want to open a new window at the same location from one to another. Is there a command similar to start . or explorer . to open CYGWIN from Git Bash, or Msysgit from CYGWIN?

link|improve this question
Not sure how ssh ties into this. You want to open an explorer window? From a remote login via ssh? or what...? – Marc B Nov 5 '11 at 5:04
cmd /c start . would be answering cygwin to cmd. I'm trying to git-bash to cygwin – Graphic Agenda Nov 6 '11 at 11:28
feedback

migrated from stackoverflow.com Nov 5 '11 at 18:17

This question came from our site for professional and enthusiast programmers.

2 Answers

In cygwin bash, doing explorer . does open a new explorer window wherever you are at the time.

link|improve this answer
I rephrased the question. My apologies. – Graphic Agenda Nov 5 '11 at 23:20
feedback

You can try to create script in your PATH to run cygwin shell directly. something about "start c:/cygwin/bin/sh"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.