Windows CE | General |
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
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.
9 |