Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site microsoft.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!houxz!vax135!cornell!uw-beaver!microsoft!markz From: markz@microsoft.UUCP (Mark Zbikowski) Newsgroups: net.micro.pc Subject: RE: Reloading transient COMMAND Message-ID: <8699@microsoft.UUCP> Date: Tue, 10-Jul-84 16:17:51 EDT Article-I.D.: microsoft.8699 Posted: Tue Jul 10 16:17:51 1984 Date-Received: Thu, 12-Jul-84 03:42:41 EDT Organization: Microsoft Corporation Lines: 10 The purpose of COMSPEC is not for the currently executing COMMAND to peruse, rather, it is for possible children of COMMAND to use. If you'd like to reload your transient COMMAND from some place, you are going to sacrifice the memory for a second resident piece: COPY COMMAND.COM d:\path COMMAND D:\path Now, the new COMMAND will reload from the appropriate spot.