|
Here's our Tip for.. October 31, 2000
Click Here to see a complete list of all of our previously released Tips!
When you use NT's Flexboot to boot MS-DOS and Windows NT, NT will append the path setting it finds in AUTOEXEC.BAT to the default environment. If you don't want to append the path to the environment, create a batch file that contains the path statement from your AUTOEXEC file. You can name the new file MYPATH.BAT. Remove the path statement from AUTOEXEC.BAT.
Now use the Call command to open your new batch file. For example, you can use the line
Call MYPATH.BAT
|