| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| From: | "David Christensen" <dpchrist AT holgerdanske DOT com> |
| To: | <lists AT protocol DOT gr>, <cygwin AT cygwin DOT com> |
| Subject: | RE: How to run rxvt |
| Date: | Wed, 20 Sep 2006 22:11:20 -0700 |
| Message-ID: | <00d101c6dd3c$6038cfb0$642a8e40@s3000p> |
| MIME-Version: | 1.0 |
| X-Mailer: | Microsoft Office Outlook 11 |
| In-Reply-To: | <451126F8.4070804@protocol.gr> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |