80
Example of AUTOEXEC.BAT
The following example shows a typical AUTOEXEC.BAT script. Since this example assumes that
the system is booted from either the RAM disk or the 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".
1: C: ENDATA Required (1)
2: C: CASIOAPM Required (2)
3: (Environment variables setup and application call, etc.) Optional
Note:
(1) C: ENDATA
Disables the card boot function in the BIOS. For more information refer to Chapter 4.3, "Card
Boot".
(2) C: CASIOAPM
Enables the touch panel and power switch operations. The touch panel and power switch
operations cannot be used until this program has been executed. This program only needs to be
called once when booting the system.