X-Spam-Check-By: sourceware.org Message-ID: <195b3f1f0610251906y299e2136ob5317c6df8eb19fd@mail.gmail.com> Date: Thu, 26 Oct 2006 11:06:51 +0900 From: "Wynfield Henman" To: cygwin AT cygwin DOT com Subject: Re: Running a command on cygwin launch In-Reply-To: <453F848A.3070503@cygwin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <93f080740610250046u1bdc0ff0vc62fff2a7d9b71a AT mail DOT gmail DOT com> <453F848A DOT 3070503 AT cygwin DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 Larry, at the prompt type: echo $HOME then put the BASH comnmands you want to be executed in the $HOME/.bash_profile file. If there isn't one, make one ( a plain text file with /n line endings). Normally this is were you set enviroment variables, etc. Cheers. On 10/26/06, Larry Hall (Cygwin) wrote: > Ben LeBar wrote: > > Hi, > > > > I was wondering if there was any way to run a command on cygwin either > > through a batch file while launching cygwin or once launched. > > > > I heard that I could use a .batchrc file to do this, so I created one > > containing the command I wanted executed and put it in my home > > directory - it didn't work. Next I checked the Cygwin FAQ's and it > > said that a home directory may not have been set so put it in the > > cygwin root. I did this and tried it again -- no dice. > > > > If anyone could help me out or give me any alternatives I'd greatly > > appreciate it. Thanks. > > > If you're running Cygwin's bash prompt via cygwin.bat, you can add > whatever "batch" commands you want to that. If you're looking to > add some shell commands, you can do so in your .bash_login or .bashrc > file, depending on your intent. See 'man bash' for details. > > -- > Larry Hall http://www.rfk.com > RFK Partners, Inc. (508) 893-9779 - RFK Office > 216 Dalton Rd. (508) 893-9889 - FAX > Holliston, MA 01746 > > -- > 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/ > > -- 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/