From: huotte@rpi.edu (Ed Huott)
Subject: Re: Creating new windows
1 Aug 1997 08:53:09 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <199708011512.LAA71142.cygnus.gnu-win32@alumni.rpi.edu>
Original-To: ian@kiwiplan.co.nz
Original-CC: gnu-win32@cygnus.com
In-reply-to: <01BC9E40.140579D0@modem2.kiwiplan2.co.nz> (message from Ian Collins on Fri, 1 Aug 1997 05:59:28 +1200)
Original-Sender: owner-gnu-win32@cygnus.com

ian@kiwiplan.co.nz wrote:
> 
> Does anyone know if it is possible to create a new window in which to run a bash shell from within a bash shell?

You can use the Windows 'start' command to fire up a copy of bash in a
new window.  At the bash (or DOS) prompt, just invoke:

  $ start bash

If you have used Explorer (File Manager) on Win95 to create a .PIF
file for starting bash with a particular set of options from an icon,
you can invoke that from the command line as well:

  $ start bash.pif

Enjoy.

<ED>
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
