Searching full, portable Cygwin package for windows and NOT just the installer

2018-02-02 Thread Ben via cygwin
When I go to web page http://cygwin.com/ then I can download CygWin from there (currently the file "setup-x86_64.exe"). Unfortunately this file is just an installer which retrieves in turn several other files from Internet and remote servers. Since I have no overview what is downloaded from wh

Re: How to start Cygwin from outside Cygwin and pass a command to execute?

2018-02-02 Thread Achim Gratz
Ben via cygwin writes: > Assume I want to call from Windows my CgyWin and pass a command to execute. That depends a bit on what kind of environment that command expects, but it could be as easy as invoking it with the full path. If it needs a fully set up an environment you need to start a shell

Re: How to start Cygwin from outside Cygwin and pass a command to execute?

2018-02-02 Thread Brian Inglis
On 2018-02-02 01:31, Ben via cygwin wrote: > Assume my CgyWin (on a windows 7) is currently NOT started. > Assume I want to call from Windows my CgyWin and pass a command to execute. > Afterwards CygWin should automatically be closed again. > How can I achieve this? Cygwin is a DLL providing Unix/

[ANNOUNCEMENT] Updated: Cygwin 2.10.0-1

2018-02-02 Thread Corinna Vinschen
Hi folks, I uploaded a new Cygwin release 2.10.0-1 What's new: --- - New open(2) flags O_TMPFILE and O_NOATIME. - scanf/wscanf now handle the POSIX %m modifier. - scanf now handles the %l[ conversion. - Improved hostprogs compatibility for cross-compiling the Linux kernel. New hea

Re: RPC clnt_create() adress already in use

2018-02-02 Thread PAULUS, Raimund, TI-ABN
Hi Mark, it works. Maybe it's the best solution for the problem. Greetings Raimund -Ursprüngliche Nachricht- Von: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] Im Auftrag von Mark Geisert Gesendet: Freitag, 2. Februar 2018 09:11 An: cygwin@cygwin.com Betreff: Re: RPC clnt_c

RE: How to start Cygwin from outside Cygwin and pass a command to execute?

2018-02-02 Thread David Allsopp
Ben via cygwin wrote: > Assume my CgyWin (on a windows 7) is currently NOT started. > > Assume I want to call from Windows my CgyWin and pass a command to > execute. > > Afterwards CygWin should automatically be closed again. > > How can I achieve this? C:\cygwin\bin\bash.exe -c "command" You

How to start Cygwin from outside Cygwin and pass a command to execute?

2018-02-02 Thread Ben via cygwin
Assume my CgyWin (on a windows 7) is currently NOT started. Assume I want to call from Windows my CgyWin and pass a command to execute. Afterwards CygWin should automatically be closed again. How can I achieve this? Ben -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: RPC clnt_create() adress already in use

2018-02-02 Thread Mark Geisert
Mark Geisert wrote: Corinna Vinschen wrote: On Jan 31 00:15, Mark Geisert wrote: PAULUS, Raimund, TI-ABN wrote: Hi Mark, in my email (https://sourceware.org/ml/cygwin/2017-12/msg00194.html) i described 2 approaches. I prefer nr 1. Here the part of the source in bindresvport.c: [...] [...]