Load MSCDEX From CONFIG.SYS
Results 1 to 3 of 3

Thread: Load MSCDEX From CONFIG.SYS

  1. #1
    Nix's Avatar
    Nix is offline Aka: Nix*, NNiixx, Nix23
    Join Date
    May 2001
    Location
    Sydney, Australia
    Posts
    8,255

    Load MSCDEX From CONFIG.SYS

    Is it possible to do this ?

    ie load it sooner than from autoexec.bat in order to provide the CD-ROM support sooner ?

  2. #2
    Join Date
    Jan 2003
    Location
    Australia
    Posts
    1,743
    I haven't thought of doing that, and I'm not sure of the purpose, other than to be able to load device drivers from a CD.

    Some of the old memory resident utilities that are EXE files like FASTOPEN or KEYB can be loaded in CONFIG.SYS with the INSTALL= instruction. I can't say if it would work with MSCDEX though. I guess you could try, remember the CD device driver will have to be loaded first for it to work.

    I think INSTALL loads the program somewhat differently, maybe with regard to the PSP, so the program may need to have been written with this in mind.

    INSTALL will only load into low memory, so if it does work, available memory for programs will be correspondingly reduced compared with LOADHIGH from AUTOEXEC.BAT.
    Pleased to have been a Microsoft MVP (Windows Desktop Experience) 2007/8, 2008/9

  3. #3
    Join Date
    Oct 1999
    Location
    Huntington Beach, CA, USA
    Posts
    3,137
    As far as I know the code in MSCDEX.EXE is not compatible with CONFIG.SYS protocols. I would guess that there is a way to write a file that would load the CDROM from the config.sys, even as RAMDRIVE loads and assigns a drive letter.

    What are you trying to do? If you make a boot CD, you can have access to the CD without any CDROM drivers. It will, however, be identified as C drive. With Nero you can select the floppy drive for a boot image or a hard drive partition. The partition must be small enough to fit on the CDROM. I use a 540mb hard drive for such experiments.

    ------------------
    My
    Two Cents
    Dennis
    Visit Politalk
    Last edited by Eeyore; January 21st, 2005 at 03:27 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •