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 From: "Dave Korn" To: Subject: RE: EXEC /bin/command.exe Date: Wed, 20 Apr 2005 18:33:55 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <1314732120.20050331230711@ok.kz> Message-ID: X-OriginalArrivalTime: 20 Apr 2005 17:33:59.0083 (UTC) FILETIME=[229787B0:01C545CF] ----Original Message---- >From: Emile >Sent: 31 March 2005 18:07 > Hi! > > I've a problem during cygwin use. > > CommandS "ls","d" or "dir"(oTherS .exe file) and "exec ls","exec d" > (oTherS .exe files in /bin)are not understanding. > > And when I try to run some command using: > "exec /bin/ls" (For example) command prompt > exiting! Why does it exit??? Because you used exec. That's what exec is for. > How can I fix it? Don't use exec. > And how can I make all commands like > "ls -la", "cat" and others understanding(executabling) without "exec"??? Sort your $PATH out. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/