Well thank the Gods SOMEONE knows what I made this forum for. Thanks J-man!

(and I see someone has been to FreeDOS, as I suggested awhile back, too.... saw your forum elsewhere, seen mine on SuperDOS?
http://www.dosgames.com/forum/viewtopic.php?t=584 ).
I also recommend "4DOS" (a powerful DOS helper) and "Ultimate Boot Disk" or "UBD". Great stuff for all DOS fans and DOS/Win techs.
Here are some of my old config/exec setup files of yore, by machine type. They are a good general starting place for anyone who's just installed DOS and needs more than the basics.
Universal Autoexec.bat
rem C:\DOS\SMARTDRV.EXE a- b- /f /e:2048 (del the "rem" for a quick enable; don't use if an 8088 PC)
@ECHO OFF
PROMPT $d$t $p$g
PATH C:\;c:\DOS;c:\temp; (make a "temp" dir to make this work)
SET TEMP=C:\temp
rem C:\DOS\SMARTDRV.EXE a- b- /f /e:2048 (some like to load this after the PATH statement instead of first thing. USE ONLY ONE OF THESE!)
c:\dos\doskey
c:\mouse\mouse (assumes a mouse driver in c:\mouse)
c:\dos\dosshell (assumes you've setup this semi-GUI on the install)
(The last 3 will all load high. Just add "LH (space)" before each. Then run "c:\dos\mem /c/p" to see if you've really gotten it --or anything- to go there. If not use Memmaker.)
8088 Config.sys
DEVICE=C:\DOS\SETVER.EXE
FILES=30
BUFFERS=20
Stacks=8,128 (or 64)
DEVICE=C:\DOS\EGA.SYS
DEVICEHIGH=c:\dos\ansi.sys
SHELL=C:\DOS\COMMAND.COM C:\DOS\ /p
Break=on
286 Config.sys
DEVICE=C:\DOS\SETVER.EXE
DEVICE=C:\DOS\HIMEM.SYS /v
DOS=HIGH,umb
BUFFERS=20,0
FILES=30
FCBS=4,0
Stacks=0,0
DEVICE=C:\DOS\EGA.SYS
DEVICEHIGH=c:\dos\ansi.sys
rem DEVICEHIGH =C:\DOS\RAMDRIVE.SYS 2048 128 256 /E (2mb RAM drive)
SHELL=C:\DOS\COMMAND.COM C:\DOS\ /p
Break=on
386 Config.sys
DEVICE=C:\DOS\HIMEM.SYS /v
device=c:\dos\emm386.exe /auto /v
DOS=HIGH,umb
Buffers=20,0
FILES=30
FCBS=4,0
stacks=0,0
DEVICEhigh=C:\DOS\SETVER.EXE
rem DEVICEHIGH=C:\DOS\DRVSPACE.SYS /MOVE
DEVICEhigh=C:\DOS\EGA.SYS
devicehigh=c:\dos\ansi.sys
rem DEVICEHIGH =C:\DOS\RAMDRIVE.SYS 4096 128 256 /E (4mb RAM drive)
SHELL=C:\DOS\COMMAND.COM C:\DOS\ /p
Break=on
rem installhigh=c:\mouse\mouse.com
(note you CAN install -high!- some meece.coms --not exe or bat-- in config; this has advantages, like giving your mouse some precidence over other commands in the autoexec so it doesn't get knocked out easily; just remember to NOT double load it in the autoexec....)
486 Config.sys
DEVICE=C:\DOS\HIMEM.SYS /CPUCLOCK:ON /V
DEVICE=C:\DOS\EMM386.EXE /auto /v
DOS=UMB,high
BUFFERS=20,0
FILES=20
FCBS=4,0
stacks=0,0
LASTDRIVE=G
rem DEVICEHIGH =C:\DOS\DRVSPACE.SYS /MOVE
DEVICEHIGH =C:\DOS\SETVER.EXE
DEVICEHIGH =C:\DOS\ANSI.SYS
rem DEVICEHIGH =C:\DOS\RAMDRIVE.SYS 4096 128 256 /E (4mb RAM drive)
SHELL=C:\DOS\COMMAND.COM C:\DOS\ /p
break=on
rem installhigh=c:\mouse\mouse.com
MAKE SURE YOU REMOVE ANY OF MY (.....) NOTES BEFORE USING!!!
Sig: "The Universe is change... but it is not exact change." -Fusco Bros.