X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-7.3 required=5.0	tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS
X-Spam-Check-By: sourceware.org
Message-ID: <4E4EAFF8.2010406@redhat.com>
Date: Fri, 19 Aug 2011 12:48:24 -0600
From: Eric Blake <eblake@redhat.com>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110621 Fedora/3.1.11-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.11
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: install on win7 enterprise, can't modify bash start up shortcut
References: <4E4C71F0.1010509@molconn.com>	<j2ic0o$eaq$1@dough.gmane.org>	<4E4E9439.20908@molconn.com> <CAEhDDbCgsiqacDQp63p310XHUCn8yHXPCVrhdBzffnN_W42_rw@mail.gmail.com> <4E4EAC13.2080005@molconn.com>
In-Reply-To: <4E4EAC13.2080005@molconn.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 08/19/2011 12:31 PM, LMH wrote:
> I don't know anything about mintty and have always used bash. Can I run
> all of my bash commands, or would I be learning a new shell?

cmd, mintty, rxvt, xterm, and the like are terminals (the gui program 
that displays your tty in a window) - they are useless unless running 
some child program to do I/O in that tty

bash, tcsh, and such are shells (the program that interacts with your 
tty) - they are useless unless some parent program is running a terminal 
for the tty input and output to show up in

You need one program from each set, but changing from cmd to mintty does 
not have to affect your shell - you most likely want to still be using 
bash, so the set of bash commands you run does not change.

-- 
Eric Blake   eblake@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

