This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: question




>Reply-To: "Andrew or Yssa DeWoody" <dewoody@athens.net>
>From: "Andrew or Yssa DeWoody" <dewoody@athens.net>
>To: <gnu-win32@cygnus.com>
>Subject: question
>Date: Thu, 20 Nov 1997 12:03:29 -0500
>
> Why am I unable to run my programs from the bash window?  GCC complies 
=
>properly and the ls command shows the program, test.exe, to be in the =
>directory.  But when I type "test.exe," I get the response "bash.exe:  
=
>test.exe:  command not found."
>
>Yssa
>


Obviously you don't have the "." in your PATH variable.  The . 
represents the current path.  If you wish to run this without modifying 
the PATH variable you could execute like this:

./test.exe

-        \\||//
---o0O0--Earnie--0O0o----
-earnie_boyd@hotmail.com-
------ooo0O--O0ooo-------


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]