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