| delorie.com/archives/browse.cgi | search |
| 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 |
| Date: | Sat, 12 Oct 2002 11:02:17 +0200 |
| From: | Gilgamesh Nootebos <nootebos AT quicknet DOT nl> |
| Subject: | Re: Executing a script that needs DOS path |
| Cc: | cygwin AT cygwin DOT com |
| Reply-to: | cygwin AT cygwin DOT com |
| Message-id: | <3DA7E519.2070706@quicknet.nl> |
| MIME-version: | 1.0 |
| X-Accept-Language: | en-us, en |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) |
| Gecko/20020826 | |
| References: | <3DA5C8E5 DOT 30808 AT dobrianov DOT net> |
Hi,
Ivan Dobrianov wrote:
> Sorry if this has been answered a hundred times, but could not find
> anything the FAQ, doc, or archives.
I don't remember if it's in the FAQ but I've seen this problem before on
the list.
To let your interpreter (cmd.exe in my example) swallow the first line I
have a dummy #!.exe somewhere in my path, and it looks like this:
int
main(int argc, char ** argv)
{
exit(0);
return 0;
}
HTH
gilgames
--
Gilgamesh Nootebos
@: nootebos AT quicknet DOT nl
Fashion is a form of ugliness so intolerable that we have to alter it
every six months.
-- Oscar Wilde
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |