Micro Innovations M000174-19 User Manual

Page 9

Advertising
background image

Windows CE

General

M000174-19

9

Example of an «Autoexec.bat» file:

ECHO OFF

REM ************************************************

REM Verify boot device, if parameter is not

REM available, the boot device is StorageCard

SET bootdev=StorageCard

IF "%1"=="" GOTO START

SET bootdev=%1

REM ************************************************

:START

REM

START Shortcut –p GRSW3.EXE

START CeRemoteSvr.exe -h

START GRSW3.EXE

ECHO ON

This example initially checks whether the pass parameter (%1) is set for the boot device. If not,
StorageCard is defined the boot device. A link file for the GALILEO runtime system is then created on
the desktop, the «Remote Server» application is then started and finally the GALILEO runtime.
See also

Shortcuts

.


Advertising