This is the mail archive of the cygwin@cygwin.com 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: Useful Cygwinism: "Explorer Here"


Von: Gary R. Van Sickle [mailto:g.r.vansickle@worldnet.att.net]
Gesendet: Freitag, 28. Juni 2002 06:06

...
> # Easy "Explorer Here" command
> x()
> {
> 	if [ "${1}" = "" ];
> 	then
> 		XPATH=".";
> 	else
> 		XPATH="$(cygpath -w "${1}")";
> 	fi
> 	explorer $XPATH &
> }
...

FWIW, to open 2 windows inside explorer try 'explorer /e,$XPATH &'.

Bernd

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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