X-Spam-Check-By: sourceware.org From: ericblake AT comcast DOT net (Eric Blake) To: Bubba Jones , cygwin AT cygwin DOT com Subject: Re: "rxvt -e bash" From Batch File Date: Wed, 08 Feb 2006 18:48:34 +0000 Message-Id: <020820061848.1594.43EA3D02000B46CF0000063A22007507840A050E040D0C079D0A@comcast.net> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com [You have a really weird mailer - every other line was blank!] > On 8 Feb 2006 17:54:59 -0000 Bubba Jones > > I think I found the problem. My $HOME variable is > > > set to another location than I want. Before using > > > rxvt I explicitly set HOME in my .bashrc... When > > > I set HOME in the regular bash prompt and run > > > "rxvt -e /bin/bash --login -i" all is well. So, my > > > problem now is, how do I set my HOME in a batch > > > file? If that can't be done, how can I set HOME > > > before I call rxvt? You can permanently edit environment variables in Windows using control panel, system, advanced, environment variables. Or for a single use, you should try 'set /?' in a cmd.com window, for ideas on setting environment variables in batch files. See also http://cygwin.com/faq/faq-nochunks.html#faq.setup.home -- Eric Blake -- 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/