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 available

RE: setting windows environment variables

2004-07-21 Thread Morche Matthias
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
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 can then use these from bash with no problem. I would

Re: setting windows environment variables

2004-07-21 Thread Jason Joines
] 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 can then use these from bash with no problem. I would also like to make these environment

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 Morche Matthias
so, maybe nohup smbmount //whatever /whereever /dev/null 21 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: #!/bin/bash

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?

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 command