markz@microsoft.UUCP (Mark Zbikowski) (07/10/84)
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.