delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2004/03/22/05:18:09

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
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: Lars Steinke <lars DOT steinke AT tu-clausthal DOT de>
To: <cygwin AT cygwin DOT com>
CC: <pechtcha AT cs DOT nyu DOT edu>
Date: Mon, 22 Mar 2004 11:17:48 +0100
Subject: Re: g77 (new), Windows XP Professional, CALL System(Command, Status), directory.
Mime-Version: 1.0
Message-Id: <E1B5MVE-0008Vg-00@mrelayng.kundenserver.de>
X-Provags-ID: kundenserver.de abuse AT kundenserver DOT de auth:4629b88af830be91d6f1a3301aa62d34
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i2MAI8cp000435

-----------------
>On Sat, 20 Mar 2004, Lars Steinke wrote:
>
>> Hello,
>>
>>       call system('cmd.exe /c cls')
>>
>> works! Thank you Dave!
>>
>> Now I have a new problem with 'call system':
>> I wolud like to start a batch-file named '1.bat'.
>> 1.bat and my program are in the same directory (C:\test).
>>
>>       call system('1.bat')
>>       pause
>>       end
>>
>> Error-message:
>>
>> 1.bat: not found
>>
>> If i add the directory to the PATH:
>>
>> PATH=%PATH%;C:\test
>>
>> it works, but normally the current directory should be scanned, also if
>> it is not in the PATH...?
>>
>> If I try to start my program from the cygwin-shell (current directory is
>> the directory where the program is saved) i get the following
>> error-message:
>>
>> bash: a.exe: command not found
>>
>> This is no 'call system'-problem, but mayby there is a correllation.
>>
>> Thank you very much, Lars.
>
>Lars,
>
>In Cygwin, like in most Unixes, and unlike Windows, "." (the current
>directory) has to explicitly be in the PATH for programs to be found there
>(see <http://cygwin.com/faq/faq_4.html#SEC36>).  As the FAQ says, you can
>prepend "./" to the name of the program in the current directory.
>Alternatively, you can add "." to the PATH, either in your environment, or
>via a "putenv" call if FORTRAN supports it.

Ok, but I have the same situation in Windows and in windows normally the "." should be scanned, also if it is not in the PATH.
If my program tries to invoke 1.bat (Win-shell) it fails (1.bat: not found), although it is in the same directory (and it is not a builtin command).
If I try to compile:

      CALL System('.\1.bat')

?.bat: not found


      CALL System('cmd.exe /c 1.bat') works, but 1.bat is not a builtin command...?


>P.S. FYI, system("cmd /c cls") won't work on Win9x.

Is there a command which fits both?


Thanks, Lars.




--
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/


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019