|
1) In DOS 7.X (Win95/98)
screen output goes not via the BIOS. Therefore ' switches=/C ' is included in
the config.sys. |
|
2) Loading the ansi.sys device. (It is not
necessary for a computationally correct work of MulTi. It is loaded in
order to get rid of various control characters on the menus.) |
|
The file ansi.sys will be most likely in the folder
c:\windows\command |
|
Include 'DEVICEHIGH=c:\windows\command\ansi.sys'
in the config.sys. |
|
MulTi under Win95/98
shows best performance if the computer is started/ restarted in DOS
mode. However, it is also possible to run it in a DOS window. |
|
Before you begin to change the CONFIG.SYS and AUTOEXEC.BAT files, you should do
the following: |
|
(A) Format a floppy diskette with the command:
FORMAT A: /U /S |
|
(B) Save copies of the original CONFIG.SYS and AUTOEXEC.BAT files in a separate
directory AND on the floppy diskette mentioned above. |
|
This will always give you the possibility of
starting the computer by inserting the floppy diskette in drive A:, then rebooting the
computer. |
|
!!! ALL CHANGES ARE AT YOUR OWN RISK AND COME
WITH NO WARRANTY !!! |
|
Here are sample implementations of autoxec.bat and config.sys files for a computer
running Windows98: |
|
--------autoexec.bat----------- |
|
C:\windows\SMARTDRV.EXE /X |
|
@ECHO OFF |
|
PROMPT $P$G |
|
PATH c:\gauss32 |
|
SET TEMP=C:\temp |
|
mode con codepage prepare=((850) c:\windows\COMMAND\ega.cpi) |
|
mode con codepage select=850 |
|
keyb gr,,c:\windows\COMMAND\keyboard.sys |
|
doskey /insert |
|
------------------------------- |
|
--------config.sys------------- |
|
DOS=HIGH |
|
FILES=40 |
|
BUFFERS=40 /x |
|
Country=049,850,c:\windows\COMMAND\country.sys |
|
DEVICE=C:\WINDOWS\SETVER.EXE |
|
DEVICE=C:\windows\HIMEM.SYS |
|
DEVICE=c:\windows\emm386.exe x=c800-cbff i=e000-efff 2048 ram |
|
DEVICE=c:\windows\COMMAND\display.sys con=(ega,,1) |
|
switches=/C |
|
DEVICEHIGH=c:\windows\command\ansi.sys |
|
shell=c:\windows\command.com c:\windows /E:2048 /P |
|
------------------------------- |