Useful Cygwinism: "Explorer Here"

BStrohhaecker@Hueller-Hille.com BStrohhaecker@Hueller-Hille.com
Fri Jun 28 02:56:00 GMT 2002


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/



More information about the Cygwin mailing list