Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbatt!ucbvax!ucsfcgl!kneller From: kneller@ucsfcgl.UUCP Newsgroups: comp.sys.ibm.pc Subject: Re: Desqview environment Message-ID: <10039@cgl.ucsf.edu.ucsfcgl.UUCP> Date: Sun, 1-Feb-87 02:55:03 EST Article-I.D.: cgl.10039 Posted: Sun Feb 1 02:55:03 1987 Date-Received: Sun, 1-Feb-87 15:35:44 EST References: <2110@batcomputer.tn.cornell.edu> <1312@sci.UUCP> Sender: daemon@ucsfcgl.UUCP Reply-To: kneller@cgl.ucsf.edu.UUCP (Don Kneller) Organization: UCSF Computer Graphics Lab Lines: 15 Keywords: desqview In article <1312@sci.UUCP> phil@sci.UUCP (Phil Kaufman) writes: >One think DV can't seem to do is pass the ENVIRONMENT variables that you have >set (other that PATH etc) to a DOS window. Anyone know how to work around this? Since autoexec is a batch file, it will take an argument. I put all my "sets" at the top of the autoexec and before the memres stuff goes in an: "if not %1x==x goto end". On cold boot, the whole file gets loaded because the batch file doesn't get an argument. From DV I load the command "C:\autoexec.bat foo", in which case only the "sets" get done again. ----- Don Kneller UUCP: ...ucbvax!ucsfcgl!kneller ARPA: kneller@cgl.ucsf.edu BITNET: kneller@ucsfcgl.BITNET