Re: Documentation

2008-11-21 Thread Jared Silva
Jon TURNEY wrote:
 I've just updated the documentation under http://x.cygwin.com/docs/

I am glad someone is doing it!

Thanks!

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Documentation

2008-11-20 Thread Jon TURNEY

Jonathan Johansen wrote:

Hi All,

I've tried installing the Cygwin X11 server to try to be able to run an
X app, but the cygwin installation packages were completely different to
the ones mentioned on the website and in the documentation.  I had to
search the mailing list to get the required package names.  So, can I
suggest that the website and/or documentation are updated to reflect the
package name changes?  I'm sure it would save a lot of pain for people
in the future.


I've just updated the documentation under http://x.cygwin.com/docs/

If you have suggestions on how to improve it, patches are more than welcome :-)

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Documentation

2008-11-19 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Jonathan Johansen wrote:
 I've tried installing the Cygwin X11 server to try to be able to run an
 X app, but the cygwin installation packages were completely different to
 the ones mentioned on the website and in the documentation.  I had to
 search the mailing list to get the required package names.  So, can I
 suggest that the website and/or documentation are updated to reflect the
 package name changes?  I'm sure it would save a lot of pain for people
 in the future.

http://cygwin.com/acronyms/#SHTDI


Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkk6mMACgkQpiWmPGlmQSNnoQCg9dovtbYAd+xAV73rTcYkBUsl
/cAAoKDvc2rshXsqn3N9Qt6tz5N+PgEU
=M4zL
-END PGP SIGNATURE-

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: documentation of run.exe

2005-11-08 Thread Alexander Gottwald
On Tue, 2005-11-08 at 09:44 -0400, Rodrigo Medina wrote:
 Hi,
 Where can be found the documentation of run?

No one has written one so far. Lets try with this one:

RUN(1)  User Commands RUN(1)

NAME
run - start programs with hidden console

SYNOPSIS
run [-p path] command [-wait] arguments

runcommand [-p path] [-wait] argument

DESCRIPTION
Windows programs are either GUI programs or console programs. 
When  started, console  programs  will  either  attach  to an
existing console or create a new one. GUI programs can  never
attach to an exiting console. There is no way to attach to an
existing console but hide it if started as GUI program.

run will do this for you. It works  as intermediate and starts
a program but makes the console window hidden.

With -p path you can add path to the PATH environment variable.

Issuing -wait as first program  argument will make run wait for
program completition, otherwise it returns immediately.

The second variant is for  creating wrappers. If the executable
is named  runcommand (eg runemacs), run  will try  to start the
program (eg emacs).

EXAMPLES
run -p /usr/X11R6/bin xterm

run emacs -wait
runemacs -wait

run make -wait 

bye
ago


signature.asc
Description: This is a digitally signed message part