Buckrat,
Below are the Autoexec.bat and Config.sys for your boot disk. Do Not Use It Too Replace the Autoexec.bat and Config.sys on your C: drive.
Now if you are not confortable creating systems files the easiest way of doing this is to copy the Autoexec.bat and Config.sys from your C: drive to your A: drive. You can now edit this files on your A: drive with notepad and do a copy and paste.
--------Autoexec.bat----------------
IF ERRORLEVEL 1 PAUSE
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DOSBOOT;
SET TMP=C:\WINDOWS\TEMP
SET TEMP=C:\WINDOWS\TEMP
REM ------------The below lines are for the sound card------------------
SET CTSYN=C:\WINDOWS
SET BLASTER=A220 I5 D1 T4 J200
LH C:\WINDOWS\AU10DOS.COM
REM SPOWER WILL INITIALIZE THE USB KEYBOARD IN DOS.
CALL C:\DOSBOOT\SPOWER
REM ---------The below lines is for the mouse.------------------
SET MOUSE=C:\IMOUSE
LH C:\IMOUSE\IMOUSE
REM ------------The below line is for the CD-ROM---------------
LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:IDECD000 /V
SET COMSPEC=C:\WINDOWS\COMMAND.COM
C:
--------------Config.sys-------
DEVICE=C:\WINDOWS\HIMEM.SYS
DEVICE=C:\WINDOWS\EMM386.EXE 16384 FRAME=E000 /I=B000-B7FF RAM
REM --- CD-ROM Drive installation program. ---
DEVICEHIGH= C:\CDROM\OAKCDROM.SYS /D:IDECD000
DOS=HIGH,UMB
STACKS=18,256
FILESHIGH=50
BUFFERSHIGH=35
SHELL=C:\WINDOWS\COMMAND.COM C:\WINDOWS /P
LASTDRIVE=D
[Edited by Johnl12 on 05-02-2001 at 03:49]