* CONFIG.SYS and AUTOEXEC.BAT configurations

Want to talk about your hardware setup? Brag about your super-machine's layout? Pretend you know a lot about computers? You can do all that and more in this forum.
Post Reply
User avatar
johpower
Way too much free time
Way too much free time
Posts: 428
Joined: Mon Jan 06, 2003 6:59 pm
Location: Colorado North 40

* CONFIG.SYS and AUTOEXEC.BAT configurations

Post by johpower »

Do some cut & paste of your DOS only Autoexecs and Config.sys here. Menu boots especially wanted. :karate:

Tell us the games you use them for and a short description of the hardware. B)

I know some of these posts will run down the page so don't be shy! :thumbsup:
Last edited by johpower on Wed Feb 11, 2004 4:19 am, edited 1 time in total.
Sig: "The Universe is change... but it is not exact change." -Fusco Bros.
User avatar
Kazer0
<i>Mercenary Dishwasher</i>
Posts: 2704
Joined: Tue Sep 17, 2002 5:46 pm
Location: In an igloo with my pet penguin, eh?

Post by Kazer0 »

Unless you have a dos web browser, you cant. How would youy like us to copy and paste from one computer to another? If you have windows to do it, then its not pure dos.
User avatar
486 player
Gaming Demi-god
Gaming Demi-god
Posts: 1219
Joined: Wed Sep 18, 2002 6:32 am
Location: Europe

Post by 486 player »

1. Open file in Notepad.
2. Save into floppy.
3. Insert disk to net computer's drive.
4. Open in Notepad.
5. Go to net and t'is forum.
6. Click 'Post reply'.
7. Cut&paste.
8. Click 'Submit´.

Simply.
NO Windows, NO DOSBox, DOS!
User avatar
johpower
Way too much free time
Way too much free time
Posts: 428
Joined: Mon Jan 06, 2003 6:59 pm
Location: Colorado North 40

Post by johpower »

Also, DOS will network.... at least to Win98. There's "direct cable connection" via nullmodem, twisted pair, coax, etc. For DOS look up "interserver" setup. The MS-help menu has it.

And if you have a BBS email account you can send it to yourself.

But we like sneeker-net best! Right 486? :cuccoan: :cuccoan: :cuccoan:
Sig: "The Universe is change... but it is not exact change." -Fusco Bros.
User avatar
486 player
Gaming Demi-god
Gaming Demi-god
Posts: 1219
Joined: Wed Sep 18, 2002 6:32 am
Location: Europe

Post by 486 player »

sneeker-net?
NO Windows, NO DOSBox, DOS!
User avatar
johpower
Way too much free time
Way too much free time
Posts: 428
Joined: Mon Jan 06, 2003 6:59 pm
Location: Colorado North 40

Post by johpower »

Nets are named by what they run on (usually). By making a floppy and walking over to the other machine/user in your sneekers you have made a sneeker-net connection. :laugh:

That one just dated me. :rolleyes:
Sig: "The Universe is change... but it is not exact change." -Fusco Bros.
User avatar
486 player
Gaming Demi-god
Gaming Demi-god
Posts: 1219
Joined: Wed Sep 18, 2002 6:32 am
Location: Europe

Post by 486 player »

Without 'work it's only way to get games.
NO Windows, NO DOSBox, DOS!
J-Man
Member
Member
Posts: 22
Joined: Fri Oct 10, 2003 10:34 pm

Config.sys/Autoexec.bat

Post by J-Man »

CONFIG.SYS
DEVICE=C:\DOS\HIMEM.SYS
DOS=HIGH
FILES=30
BUFFERS=20
STACKS=9,256
LASTDRIVE=D

AUTOEXEC.BAT
@ECHO OFF
PATH=C:\DOS

If your game does not need EMS memory, this setup should work best kind.
User avatar
johpower
Way too much free time
Way too much free time
Posts: 428
Joined: Mon Jan 06, 2003 6:59 pm
Location: Colorado North 40

Post by johpower »

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.
User avatar
Oz
Way too much free time
Way too much free time
Posts: 581
Joined: Sun Sep 15, 2002 6:59 am
Location: London, UK.

Post by Oz »

so... here's my autoexec.bat from windoes ME:

SET windir=C:\WINDOWS
SET winbootdir=C:\WINDOWS
SET COMSPEC=C:\WINDOWS\COMMAND.COM
SET PROMPT=$p$g
SET TEMP=C:\WINDOWS\TEMP
SET TMP=C:\WINDOWS\TEMP
SET PATH=c:\tools;c:\mydocu~1\john\research\lib;C:\Utilities\jdk1.3\bin;C:\WINDOWS;C:\WINDOWS\COMMAND;c:\texmf\miktex\bin;C:\UT;C:\GAMES\PCTOOLS;


i only use xp now, but it's files are all hidden away. anyway, scummvm runs all the old games i need.
Post Reply