How to run rxvt

David Christensen dpchrist@holgerdanske.com
Thu Sep 21 05:11:00 GMT 2006


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


HTH,

David


--
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/



More information about the Cygwin mailing list