How To Write Config.sys And Autoexec.bat - Casio IT-2000W Technical Reference Manual

Casio pda technical reference manual
Table of Contents

Advertisement

4.2 How to Write CONFIG.SYS and AUTOEXEC.BAT

This section explains how to write the CONFIG.SYS and AUTOEXEC.BAT files mentioned in the
previous section. A basic explanation of the CONFIG.SYS and AUTOEXEC.BAT is not given here.
For further information about these files refer to the MS-DOS manual or appropriate technical
documents. Observe the following notes when writing a CONFIG.SYS file.

The System Driver (SYSDRV.SYS) is required to operate this terminal. Always include a line
through which to load the System Driver in the CONFIG.SYS.

As described above, MS-DOS, which is in the basic drive, is always loaded. Consequently,

C:
COMMAND.COM is used as the command interpreter. Therefore, set a path to
COMMAND.COM to be reloaded in CONFIG.SYS using the SHELL command.

Within CONFIG.SYS the MENU command can be used. Note however, that no power off
command is included in the MENU selection screen. This is to prevent the power from being
accidentally turned off while loading the drivers. The Power switch is also disabled until the
CASIOAPM.COM program is initiated from AUTOEXEC.BAT, etc. In other words, the MENU
command should only be used in the application program development processes.
Example of CONFIG.SYS
The following example shows a typical CONFIG.SYS file script. Since this example assumes that
the system is booted from either the RAM disk or NAND F-ROM drive, it is necessary to partially
modify it if booting up from the ATA card.
For information about booting from the ATA card refer to Chapter 4.3 "Card Boot".
FILES=30
1
2
BUFFERS=20
3
DOS=HIGH, NOUMB
4
DEVICE=C:
5
DEVICE=C:
6
DEVICE=C:
7
DEVICE=C:
8
DEVICE=C:

9
SHELL=C:
10
DEVICE=C:
11
DEVICE=C:
12
DEVICE=C:
13
DEVICE=C:
14
DEVICE=C:
15
DEVICE=C:
16
DEVICE-C:
17
DEVICE=C:
18
INSTALL=C:

SYSDRV.SYS

HIMEM.SYS /M:2

POWER.EXE

TIME.SYS

EMM386.EXE FRAME=C800 X=C000-C7FF X=D800-DFFF I=C800-D7FF

COMMAND.COM C:
/P /E:1024


CARDSOFT
SS365SL.EXE /SKT=1


CARDSOFT
CS.EXE /POLL:1


CARDSOFT
CSALLOC.EXE


CARDSOFT
ATADRV.EXE /S:1


CARDSOFT
MTSRAM.EXE


CARDSOFT
MTDDRV.EXE


CARDSOFT
MTDAPM.SYS


CARDSOFT
CARDID.EXE


CARDSOFT
CS_APM.EXE
78
Not required
Not required
Required (1)
Required (2)
Required (3)
Required (4)
Required (4)
Required (5)
Required
Required (6)
Required (6)
Required (6)
Required (6)
Required (6)
Required (6)
Required (6)
Required (6)
Required (6)

Advertisement

Table of Contents
loading

Table of Contents