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: <C874DBE9D30B584587F8CD0EC34DA8BE02ABD91C@EX00.idirect.net>
In-Reply-To: <00d101c6dd3c$6038cfb0$642a8e40@s3000p>
From: "Harig, Mark" <maharig@idirect.net>
To: "David Christensen" <dpchrist@holgerdanske.com>, <lists@protocol.gr>,
   <cygwin@cygwin.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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/


