Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Originating-IP: [203.192.206.165] From: "Kiran Prakash" To: Subject: Re: Executing bash commands from the bash command line Date: Sat, 3 Aug 2002 10:00:30 +0530 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0016_01C23AD4.99AFACA0" X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: X-OriginalArrivalTime: 03 Aug 2002 04:30:38.0030 (UTC) FILETIME=[8469BEE0:01C23AA6] Note-from-DJ: This may be spam ------=_NextPart_000_0016_01C23AD4.99AFACA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, Attached is a .reg file which adds the required lines to the registry. It allows you to start a rxvt window by right clicking. No changes to any files required. I works on my machine (win98SE). YMMV, of course. Change various things like the path to rxvt, various options, etc. PS: Tried making a installable .inf, but in .inf semicolon starts a comment, so it doesnt work. Kiran Prakash ------=_NextPart_000_0016_01C23AD4.99AFACA0 Content-Type: application/octet-stream; name="rxvt_Here.reg" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="rxvt_Here.reg" REGEDIT4 [HKEY_CLASSES_ROOT\Directory\shell\rxvtHere] @=3D"r&xvtHere" [HKEY_CLASSES_ROOT\Directory\shell\rxvtHere\command] @=3D"C:\\CYGWIN\\BIN\\rxvt.exe -sr -ut -tn rxvt -bg black -fg grey -fn = \"Courier-16\" -sl 2000 -e /usr/bin/bash --login -i -c \"cd '%1';echo = '%1';exec bash --rcfile ~/.profile -i\"" [HKEY_CLASSES_ROOT\Drive\shell\rxvtHere] @=3D"r&xvtHere" [HKEY_CLASSES_ROOT\Drive\shell\rxvtHere\command] @=3D"C:\\CYGWIN\\BIN\\rxvt.exe -sr -ut -tn rxvt -bg black -fg grey -fn = \"Courier-16\" -sl 2000 -e /usr/bin/bash --login -i -c \"cd '%1';echo = '%1';exec bash --rcfile ~/.profile -i\"" ------=_NextPart_000_0016_01C23AD4.99AFACA0 Content-Type: text/plain; charset=us-ascii -- 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/ ------=_NextPart_000_0016_01C23AD4.99AFACA0--