Re: How to run rxvt

2006-09-22 Thread Andrew DeFaria
Williams, Gerald S (Jerry) wrote: Fabrizio Salvatore wrote: C:\cygwin\bin\rxvt.exe -fn 7x14 -g 120x24 -si -sk -sb -sl 1000 -fg black -bg white -T "cygwin terminal Window" -e /usr/bin/tcsh -l In case you didn't know, if you some settings most of the time, you can specify them in ~/.Xdefaults (ev

RE: How to run rxvt

2006-09-21 Thread Harig, Mark
> > 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

RE: How to run rxvt

2006-09-21 Thread Williams, Gerald S \(Jerry\)
Fabrizio Salvatore wrote: > C:\cygwin\bin\rxvt.exe -fn 7x14 -g 120x24 -si -sk -sb -sl 1000 -fg > black -bg white -T "cygwin terminal Window" -e /usr/bin/tcsh -l In case you didn't know, if you some settings most of the time, you can specify them in ~/.Xdefaults (even if you're not running X). For

RE: How to run rxvt

2006-09-20 Thread David Christensen
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 $

Re: How to run rxvt

2006-09-20 Thread Fabrizio Salvatore
BTW, of course you first have to create your own shortcut: right click on the Desktop->New->Shortcut and then paste the commands I sent in the previous e-mail. Cheers, FAb Panos Katergiathis wrote: I have rxvt installed but there is no shortcut in order to run it, only

Re: How to run rxvt

2006-09-20 Thread Fabrizio Salvatore
Hi Panos, for example, to run just a terminal using the tcsh shell: C:\cygwin\bin\rxvt.exe -fn 7x14 -g 120x24 -si -sk -sb -sl 1000 -fg black -bg white -T "cygwin terminal Window" -e /usr/bin/tcsh -l If you want to login directly to some Unix/Linux machine, you can do the following: C:\cygw