Date: Sun, 2 Apr 2000 08:28:43 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Al Amzeen (Alexandr Amzin)" cc: djgpp AT delorie DOT com Subject: Re: How to change drives in BASH In-Reply-To: <8bcng9$31av$2@gavrilo.mtu.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 23 Mar 2000, Al Amzeen (Alexandr Amzin) wrote: > Just print: > cd c:/ > command /c prog.exe Did you actually try this? "command /c" won't work in Bash, since Bash has its own built-in command named `command'. You need to say "command.com /c" instead.