From: jdashiel AT eagle1 DOT eaglenet DOT com Date: Sun, 16 Mar 1997 04:35:50 -0500 (EST) To: Benjamin D Chambers Cc: opendos AT mail DOT tacoma DOT net Subject: Re: [opendos] Wishlist v2.0 In-Reply-To: <19970315.211912.7879.6.chambersb@juno.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-opendos AT mail DOT tacoma DOT net Precedence: bulk pathset.bat and pathclr.bat. set %oldpath%=path Next show menu in pathset.bat allowing user to select software package. Move to software area in pathset.bat file, echo destructively lines out to go.bat needed for that software application. call go.bat. Last line of go.bat could be: set path=%oldpath% and that way pathclr.bat isn't needed or put that line in pathset.bat after the return from the call. jude