CAD CAM EDM DRO - Yahoo Group Archive

RE: [CAD_CAM_EDM_DRO] Re: Slightly o/t - Booting to DOS

on 2003-02-19 06:25:01 UTC
Here are copies of my MSDOS.SYS and CONFIG.SYS files that run under
Win98-SE. Under 'options', setting bootmulti to 1 and bootgui to 0 allow
more than one OS to be booted.

[Paths]
WinDir=C:\WINDOWS
WinBootDir=C:\WINDOWS
HostWinBootDrv=C

[Options]
BootMulti=1
BootGUI=0
DoubleBuffer=0
Logo=0
;
;The following lines are required for compatibility with other programs.
;Do not remove them (MSDOS.SYS needs to be >1024 bytes).
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxb
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxc
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxe
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxf
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxg
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxh
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxi
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxj
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxk
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxl
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxm
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxn
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxo
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxp
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxq
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxr
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxs
AutoScan=0
WinVer=4.10.2222
BootMenuDelay=10
BootKeys=1
BootMenu=0
BootWarn=1
BootDelay=0
Network=1


And, here's my copy of CONFIG.SYS. Note how you can use a menu to
automatically change the configuration when you're booting, and set a
default that loads if you don't do anything.

Switches=/F
[Menu]
MenuItem=4DOS, MS-DOS 7.1 + 4DOS CLI
MenuItem=NORMAL, MS-DOS 7.1 + COMMAND CLI with EMM386 Driver
MenuItem=WIN98, Windows GUI
MenuItem=CD, MS-DOS 7.1 with CD Support
MenuItem=NOTHING, MS-DOS 7.1 Unadorned
MenuDefault=Win98, 10
MenuColor 11, 1

[Common]
DOS=HIGH,UMB
Device=C:\Windows\HiMem.SYS /TestMem:OFF

[4DOS]
LASTDRIVE=Z
Shell=C:\4DOS-700\4DOS.COM C:\4DOS-700 /E:3072 /P
Device=C:\Windows\EMM386.EXE NOEMS RAM HIGHSCAN
DeviceHigh=C:\Windows\Command\ANSI.SYS

[Normal]
Shell=C:\COMMAND.COM C:\ /E:3072 /P
Device=C:\Windows\EMM386.EXE NOEMS RAM HIGHSCAN
DeviceHigh=C:\Windows\Command\ANSI.SYS

[WIN98]
Shell=C:\4DOS-700\4DOS.COM C:\4DOS-700 /E:3072 /P
;Device=C:\Windows\EMM386.EXE NOEMS RAM HIGHSCAN
DeviceHigh=C:\Windows\Command\ANSI.SYS

[CD]
Device=C:\Windows\EMM386.EXE NOEMS RAM HIGHSCAN
DEVICE=C:\CDROM\EXPCDI.EXE /P:1 /I:15 /D:MSCD001
DeviceHigh=\sys\oakcdrom.sys /D:MSCD001
DeviceHigh=C:\Windows\Command\ANSI.SYS

[NOTHING]
DeviceHIgh=C:\Windows\Command\ANSI.SYS

[Common]
Set OS=WIN98
Files=50

I use JPSoft's Take command command processor for Windows and 4DOS command
processor for DOS, so some of the lines in my configuration files won't
apply to most folks. The key to making this whole thing work is that you set
up several different sections in your CONFIG.SYS file with the sets of
options that you might want. When you use the menu to select which sets are
executed, you'll find that DOS sets a configuration variable 'CONFIG' to
whatever the section number is. Your autoexec.bat, tcstart.bat, or
4start.bat files (the latter two apply to the JPSoft products) can test the
value of CONFIG and execute accordingly.

I hope this helps out....

-- Carol & Jerry Jankura
Strongsville, Ohio
So many toys, so little time ....

> At 10:07 PM 2/18/03 -0000, you wrote:
> >My problem is that for T-CNC I want not run Emm386 or Himem to let T-
> >CNC work with slightly better performance. And that would need a
> >seperate autoexec.bat and config.sys files

Discussion Thread

Andrew Mawson <andrew@m... 2003-02-18 13:59:01 UTC Slightly o/t - Booting to DOS turbulatordude <davemucha@j... 2003-02-18 14:07:58 UTC Re: Slightly o/t - Booting to DOS Jeff Goldberg 2003-02-18 14:57:16 UTC RE: [CAD_CAM_EDM_DRO] Slightly o/t - Booting to DOS sparkazoid2001 <mark@c... 2003-02-18 15:21:55 UTC Re: Slightly o/t - Booting to DOS Randy Gordon-Gilmore 2003-02-18 15:23:29 UTC Re: Slightly o/t - Booting to DOS mart_wid <vwa1244302@a... 2003-02-18 16:19:52 UTC Re: Slightly o/t - Booting to DOS Zoran A. Scepanovic 2003-02-18 22:35:46 UTC Re: [CAD_CAM_EDM_DRO] Slightly o/t - Booting to DOS Andrew Mawson <andrew@m... 2003-02-19 01:14:38 UTC Re: Slightly o/t - Booting to DOS: Many thanks !! Hoyt McKagen 2003-02-19 03:18:09 UTC Re: [CAD_CAM_EDM_DRO] Re: Slightly o/t - Booting to DOS Hoyt McKagen 2003-02-19 05:25:37 UTC Re: [CAD_CAM_EDM_DRO] Re: Slightly o/t - Booting to DOS Carol & Jerry Jankura 2003-02-19 06:25:01 UTC RE: [CAD_CAM_EDM_DRO] Re: Slightly o/t - Booting to DOS