Re: setting windows environment variables

2004-07-21 Thread Jason Joines
like: #!/bin/bash smbmount //srv1/share1 ~/share1 smbmount //srv1/share2 ~/share2 smbmount //srv1/share3 ~/share3 smbmount //srv2/share4 ~/share4 exit would work just fine. Any ideas on how to accomplish the same thing here? Thanks, Jason Joines === Robert Pendell

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

setting windows environment variables

2004-07-20 Thread Jason Joines
this? 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