X-Authentication-Warning: delorie.com: mailnull set sender to opendos-bounces using -f Date: Sat, 5 Jan 2002 14:50:39 +1100 (EST) From: DONALD PEDDER To: Subject: Re: on a related note In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: opendos AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: opendos AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk SOLUTION: I didn't think it was going to make a difference, but I decided to see if it'd work if I set the variables in the autoexec, and it did! Not a very elegant solution, but.... If I create them all in the autoexec, with strings at least as long as what their new values are going to be, then the batch file will work. Since the autoexec is just a batch file itself, I don't know why this would make a difference, but for some reason I am limited in the number of environment variables I can create fresh in another batch file. Now to turn my attention to my "system calls from a Pascal program" issue. :-) dp.