How have you formatted the disk? Is it FAT16 or FAT32? DOS6.22 and DOS7/Win95 only recognize FAT16. Once you've reformatted, do a sys C: from the floppy - that puts on the bootable stuff. The rest of the installation is just a copy and expand operation.
If you want to use FAT32, you'll need DOS 8/Win 98.
To do that, do a normal Win98 install, then
attrib -sh msdos.sys edit msdos.sys
Change BootGUI=1 to BootGUI=0
Save the file
attrib +s +h msdos.sys
Reboot and you've got DOS8. |