Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Fri, 22 Jun 2001 18:34:10 -0400 (EDT) From: Brian Jepson X-Sender: bjepson AT sol DOT east DOT ora DOT com To: cygwin AT cygwin DOT com Subject: 1.3.2: Perl script called via system() uses Windows filenames Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, I'm running cygwin 1.3.2 on Windows 2000. I have one script that wants to call another using system(). When I do this, the second script switches into using Windows filenames. Here is the first script: #!/usr/bin/perl system("/home/Administrator/foo.pl"); and the second script: #!/usr/bin/perl print $0, "\n"; The output I get when I run /home/Administrator/foo.pl is: /home/Administrator/foo.pl However, when I run the first script, I get this: C:\cygwin\home\Administrator\foo.pl Thanks, Brian -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple