Entering in a batch file

3. Entry in one of the “autoexec.cmd” batch files

If a file called autoexec.cmd exists in the directory \hard disk\system, this will be executed during the start-up phase of the CE device.

By entering applications, they can be started automatically.

Example:

REM DEMO autexec.cmd
REM
start "\hard disk\MyAppFolder\MyApp.exe"