Re: setting windows environment variables

2004-07-21 Thread Jason Joines
Just found cygstart was in cygutils and used it. The --hide option was just what I needed. Thanks, Jason Joines = Larry Hall wrote: At 04:18 PM 7/20/2004, you wrote: I have a Cygwin BASH script which takes user input, uses ldapsearch, etc., to set a bunch of

Re: setting windows environment variables

2004-07-21 Thread Jason Joines
ont' go away until they have all completed. On Linux, something simple like: #!/bin/bash smbmount //srv1/share1 ~/share1 & smbmount //srv1/share2 ~/share2 & smbmount //srv1/share3 ~/share3 & smbmount //srv2/share4 ~/share4 & exit would work just fine.

setting windows environment variables

2004-07-20 Thread Jason Joines
? Also, is there a BASH equivalent of the windows cmd start command that lets you start many processes without having to wait on each to finish? Thanks, Jason Joines === -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http