Searching for hds, in dos? That doesn't happen in the autoexec.bat or config.sys, unless it is some strange hd. It happens inside the dos boot programs io.sys or msdos.sys. Loading RAM drives is a different story. To load a RAM drive in DOS it needs to be loaded in the config.sys file, something like this:
DEVICE=path\to\RAMDRIVE.SYS size sector entries [/E|/A]
HTH, Brian
-----Original Message----- From: djgoku
I'm trying to configure a DOS floppy boot disk (bootdisk.com) with out a ram drive for ghost, and for some reason it isn't detecting the hard drives, just loads the floppy and cdrom support nothing else. My reasoning for this when I boot the disk that does a ram drive in the ghost save menu there is like ram a drive, both cdroms, 3 partitions, and a couple other things that I don't want in there. I do have a boot cd that I'm trying to emulate it which doesn't have a ram drive or lots of drives in the ghost save menu. I'm not totally sure which file autoexec.bat or config.sys loads/searchs for hard drives.