Completely Windowless Bashing

John Gerard Malecki johnm@artisan.com
Wed May 28 14:16:00 GMT 1997


I have Java program that wants to exec a long bash script like "sh -c
script > /tmp/msg 2>&1" and I would prefer if the execution of the
shell script proceeded without any window creation.

I rebuilt bash using '-Wl,--subsystem,windows' and now the top-level
process (bash) does not create a window but each subprocess does.
(Incredibly this seems to run faster than the original bash where each
subprocess updated the top-level title bar.)

An obvious but unpleasant solution is to compile all the user-tools
using -Wl,--subsystem,windows.  Can anyone recommend a better tasting
solution?  Maybe there is some run-time mechanism whereby I can
substitute /dev/null for the console?

-thanks

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list