X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: How to run rxvt Date: Thu, 21 Sep 2006 11:48:42 -0400 Message-ID: In-Reply-To: <00d101c6dd3c$6038cfb0$642a8e40@s3000p> From: "Harig, Mark" To: "David Christensen" , , X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k8LFpXop027504 > > Panos Katergiathis wrote: > > I have rxvt installed but there is no shortcut in order to run it, > > I wrote a batch file and made a shortcut to run it: > > C:\Documents and Settings\dpchrist\My Documents\home>type rxvt.bat > @echo off > rem $Id: rxvt.bat,v 1.1 2005/10/18 04:17:23 dpchrist Exp $ > C: > chdir C:\cygwin\bin > rxvt -fn "Lucida Console-11" -e /bin/bash --login -i > > It is not necessary to create a batch file. Simply right-click on the 'rxvt' binary in Windows Explorer, and then select 'Create Shortcut'. Once you have created a shortcut to 'rxvt', you can then right-click on it, select 'Properties' from the menu, and enter the above information from the batch file into the 'Target' field. Note that you can only do this for the shortcut -- you cannot modify the 'Target' field of the 'rxvt' binary. The shortcut may then be dragged and dropped to your Quick Launch toolbar, your desktop, etc. Also, you may create a '.Xdefaults' text file in your home directory. The Cygwin 'rxvt' will read this initialization file, just as it would in UNIX/Linux. It can be used to set long font names, geometry, colors, etc. See the 'rxvt' manual page for details. See also /usr/share/doc/Cygwin/rxvt-20050409.README, or whatever the appropriate README number is reported by 'cycheck -l rxvt'. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/