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 Message-ID: <20020925164428.83889.qmail@web20006.mail.yahoo.com> Date: Wed, 25 Sep 2002 09:44:28 -0700 (PDT) From: Joshua Daniel Franklin Subject: Re: cygpath returns garbage if DOS/win2k input environment variable is too long? To: hauser AT acm DOT org, cygwin AT cygwin DOT com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Ralf Hauser wrote: > 1) is there a way to see an error-message from cygpath (a log file or some > way to see stderr if there is any of that)? > 2) I did a work-around with assembling the path again in my .tcshrc. This is > not convenient. Any better ideas...? My only thought is to wrap the cygpath command in a shell script: cygpath --unix $CLASSPATH 2>&1 >>mylog You might be able to do this within your .tcshrc with a little tweaking. (Sorry, not a tcsh user.) cygpath uses the MAXPATH (1024 for win9x??) __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/