Flateric-
Lets try this. First you need to create a basic bootdisk. Insert and floppy and right on the A: drive. Select Format. You'll need to format and copy the system files to the floppy. Next copy the autoexec.bat and config.sys from your PC to the floppy. Now using notepad open each file on your floppy and delete their context and enter what I wrote below.
Now there are two lines in the autoexec.bat which you'll need to fix.
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\SBPCI
KEYB GR,,C:\WINDOWS\COMAND\KEYBOARD.SYS
These two lines are split. There is a restriction on this web site which won't let long lines with no break in them to post correctly. You need to make sure that each line is one complete line.
Also, you keyboard and mouse may not work in DOS because they are USB. Don't panick yet, let me know what happens.
----CONFIG.SYS---------
[COMMON]
DEVICE=C:\WINDOWS\HIMEM.SYS
DEVICE=C:\WINDOWS\EMM386.EXE 16384 RAM D=64 FRAME=E000 /I=B000-B7FF
DOS=HIGH,UMB
REM --- CD-ROM DRIVE ---
DEVICEHIGH=C:\CDROM\OAKCDROM.SYS /D.CDLW
STACKS=18,256
FILESHIGH=50
BUFFERSHIGH=35
SHELL=C:\ WINDOWS\COMMAND.COM C:\DOS /P
LASTDRIVE=F
---------AUTOEXEC.BAT--------
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\SBPCI
SET TEMP=C:\WINDOWS\TEMP
SET TMP=C:\WINDOWS\TEMP
PROMPT $P$G
KEYB GR,,C:\WINDOWS\COMAND\KEYBOARD.SYS
REM -SOUND CARD---
SET BLASTER=A220 I7 D1 T2 J200
SET SNDSCAPE=C:\WINDOWS
C:\SBPCI\APINIT
REM --- CD-ROM DRIVE ---
LH C:\CDROM\MSCDEX.EXE /D:CDLW
REM --- MOUSE-----
C:\MOUSE\MOUSE.EXE
SET COMSPEC=C:\WINDOWS\COMMAND.COM