Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!wuarchive!uunet!sbi!zeus!cf_su10!cf_su14!nee From: nee@cf_su14.Salomon.Com (Robert Nee) Newsgroups: comp.sys.ibm.pc.misc Subject: Re: Boot of A:, switch to C:? Message-ID: <136@cf_su20.cf_su10.Sbi.COM> Date: 3 Dec 90 22:17:45 GMT References: <27573f78-5d6comp.sys.ibm.pc.misc@vpnet.chi.il.us> Sender: news@cf_su10.Sbi.COM Reply-To: nee@cf_su14.Salomon.Com (Robert Nee) Organization: Salomon Brothers, NY Lines: 20 > Is there anyway to "switch control" over to the C: > drive, without having to use fdisk to switch active paritions again and > rebooting? The DOS environment variable COMSPEC is set at boot time to point to the command processors file so that it may be reloaded if needed. Since you are booting from a floppy it will default to point to the copy found on your floppy or COMPSEC=A:\COMMAND.COM in order to allow DOS to reload COMMAND.COM from your C drive place to following command in your AUTOEXEC.BAT file Set COMSPEC=C:\COMMAND.COM This assumes of course that the file actually resides in the root rirectory of your C drive. Robert Nee