Re: setting windows environment variables

2004-07-22 Thread Jaeho Shin
On Tue, 2004-07-20 15:18:34 -0500, Jason Joines wrote: > I have a Cygwin BASH script which takes user input, uses ldapsearch, > etc., to set a bunch of environment variables. I can then use these > from bash with no problem. I would also like to make these environment > variables availab

RE: setting windows environment variables

2004-07-21 Thread Morche Matthias
so, maybe nohup smbmount //whatever /whereever > /dev/null 2>&1 & should do, still in an portable way... matthias ... > starting all the mappings without waiting on completion but my BASH > window wont' go away until they have all completed. > On Linux, something simple like: > #!/bi

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 e

Re: setting windows environment variables

2004-07-21 Thread Jason Joines
D] Behalf Of Larry Hall Sent: Tuesday, July 20, 2004 10:38 PM To: Jason Joines; [EMAIL PROTECTED] Subject: Re: setting windows environment variables 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 environment variables. I

Re: setting windows environment variables

2004-07-21 Thread Robert Pendell
t; Of Larry Hall > > Sent: Tuesday, July 20, 2004 10:38 PM > > To: Jason Joines; [EMAIL PROTECTED] > > Subject: Re: setting windows environment variables > > > > > > At 04:18 PM 7/20/2004, you wrote: > > >I have a Cygwin BASH script which takes user

RE: setting windows environment variables

2004-07-21 Thread Morche Matthias
] Behalf > Of Larry Hall > Sent: Tuesday, July 20, 2004 10:38 PM > To: Jason Joines; [EMAIL PROTECTED] > Subject: Re: setting windows environment variables > > > At 04:18 PM 7/20/2004, you wrote: > >I have a Cygwin BASH script which takes user input, uses > ldap

Re: setting windows environment variables

2004-07-20 Thread Larry Hall
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 environment variables. I can then use these from bash with no problem. > I would also like to make these environment variables available to the windows > comman

setting windows environment variables

2004-07-20 Thread Jason Joines
I have a Cygwin BASH script which takes user input, uses ldapsearch, etc., to set a bunch of environment variables. I can then use these from bash with no problem. I would also like to make these environment variables available to the windows command interpreter. Is there anyway to do this?