re: autoexec.bat file
Thursday, March 12, 2009 at 3:15 pm Windows 98 Annoyances Discussion Forum
Posted by Keith Stanier
(1655 messages posted)
callmeri wrote:
|Hi,
|Assume you have just acquired a new computer system,what would be the contents of
|your Autoexec.bat file
Well you don't actually need the Autoexec.bat if your running Windows. As gewg says
what do you need to run in DOS?
My Config.sys
DEVICE=C:\WINDOWS\HIMEM.SYS
DEVICE=C:\WINDOWS\EMM386.EXE
DOS=HIGH,UMB
DEVICEHIGH=C:\WINDOWS\COMMAND\display.sys con=(ega,,1)
Country=044,437,C:\WINDOWS\COMMAND\country.sys
My Autoexec.bat
@ECHO OFF
SET SOUND=C:\PROGRA~1\CREATIVE\CTSND
SET MIDI=SYNTH:1 MAP:E MODE:0
SET BLASTER=A220 I5 D1 H5 P330 E620 T6
MODE con codepage prepare=((437) C:\WINDOWS\COMMAND\EGA.CPI)
MODE con codepage select=437
LH KEYB uk,,C:\WINDOWS\COMMAND\KEYBOARD.SYS
Echo Y|If Exist C:\Windows\Temp\*.* Del C:\Windows\Temp\*.* >Nul
SET DIRCMD=/O:GN
SET SOUND/SET MIDI/SET BLASTER are just for the sound card in DOS if I ever need
it.
Echo Y|If Exist C:\Windows\Temp\*.* Del C:\Windows\Temp\*.* >Nul
Just deletes any files in the Windows\Temp folder on startup.
SET DIRCMD=/O:GN
Just shows files alphabetically in DOS.
- Written in response to:
- autoexec.bat file (callmeri: Thursday, March 12, 2009 at 5:05 am)
There are presently no replies to this message.
|
|
All messages in this thread [show all]
 |  | re: autoexec.bat file (Keith Stanier: Thu, Mar 12, 2009, 3:15 pm) |
| |
| |
| |
Return to the Windows 98 Discussion Forum
|
|