PCBUILD Archives

Personal Computer Hardware discussion List

PCBUILD@LISTSERV.ICORS.ORG

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Roxanne Pierce <[log in to unmask]>
Reply To:
PCBUILD - PC Hardware discussion List <[log in to unmask]>
Date:
Sun, 8 Mar 1998 22:10:22 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (65 lines)
In order for a CD-ROM to run in DOS mode, there needs to be one type of
statement in the config.sys, and another type of statement in the autoexec.bat
(or dosstart.bat, which we'll get to in a minute).

Your blank config.sys needs a statement like this:

DEVICE=C:\CPQDOS\CPQIDECD.SYS / D:IDECDOO1

But in order for that statement to have any meaning, you must have a directory
named CPQDOS on your C drive, and a file called CPQIDECD.SYS in it.  It sounds
like you can copy both of them (directory and file) from your (now) D drive to
your (now) C drive.

Then, you have to deal with your autoexec.bat (or your dosstart.bat).  In it,
you need a statement like:

C:\Windows\Command\MSCDEX.EXE /L:L /D:IDECD001

You don't have to put any files anywhere, because this statement refers to a
file that definitely already exists in the c:\windows\command\ folder.

The question you need to answer is: Under what circumstances do you want your
CD-ROM to work in DOS?  CD-ROM's work better in Windows 95 if they do NOT have
the DOS drivers loaded, which means you don't want that statement in your
autoexec.bat.  But, if you have need to boot into DOS frequently at system
startup (and why, by the way?), then you would create a statement in your
autoexec.bat exactly like I have it above.

But, if you just want to access your CD-ROM in DOS mode from time to time, then
the same statement would go into a file called "dosstart.bat", instead.
 Dosstart.bat is a file that is run when you shutdown Windows 95 and choose
"Restart In DOS mode".

And, by the way, the only way your CD-ROM is going to be drive "L" in DOS mode
is if your autoexec.bat (or dosstart.bat) statement contains the switch:
   /L:L    as I have it written above.

Roxanne Pierce
R2 Systems, San Diego
mailto:[log in to unmask]

On Sunday, March 08, 1998 09:56, A Cassel [SMTP:[log in to unmask]] wrote:
> Hi all,
>
> I just finished installing a new HD on my Compaq CDS 982, and other than
> a few little problems (resolved by our wonderful moderators), it went
> smoothly.  I did a clean install of Win95A (since updated w/ service
> pack1, and font smoother), but my CD doesn't show in DOS.  When trying
> to access it in DOS I get;
>
> C:\>L:\
> Invalid drive specification
> C:\>
>
> L is my CD drive and the old Config.sys still accessible in the now D:
> drive contains the statement;
> DEVICEHIGH. /L:2,14832 =C:\CPQDOS\CPQIDECD.SYS / D:IDECDOO1
>
> My new config.sys from the clean install makes no statement concerning
> the CD.  I have easy access to the CPQIDECD.SYS file but where should I
> install it and what's the command I should put in my new config.sys.
>
> TIA to all the good folks in this group,
> Art Cassel

ATOM RSS1 RSS2