Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!wuarchive!rex!ames!bionet!hayes.ims.alaska.edu!casbah.acns.nwu.edu!pyro From: pyro@casbah.acns.nwu.edu (Leedell Miller) Newsgroups: comp.os.msdos.misc Subject: Re: Boot of A:, switch to C:? Summary: Faster bootup Message-ID: <1667@casbah.acns.nwu.edu> Date: 6 Dec 90 16:38:47 GMT References: <2757419a-72comp.os.msdos.misc@vpnet.chi.il.us> <2759b5db-72.1comp.os.msdos.misc-1@vpnet.chi.il.us> Distribution: na Organization: Northwestern University Lines: 17 While placing the line set comspec=c:\command.com in your autoexec solves the problem, you can speed things up measurably by copying your a:\autoexec.bat to c:\autoexec.bat and changing your a:\autoexec.bat to the following one line batch file: @c:\autoexec This will execute your autoexec from C (which means MUCH faster disk access to read the batch file's lines). The @ prevents the command from being echoed to the screen before execution. (This was introduced in DOS 3.3, I believe, so it should also work for your DOS 4.x system.) -- _[\_______________/]_ | "I've abandoned my search for reality (:=)> Be Talkin'! <(=:) | and am looking for a good fantasy." ~[/~~~~~~~~~~~~~~~\]~ | Leedell Miller - Academic Computing pyro@casbah.acns.nwu.edu| Northwestern University - Evanston IL