User manual

3-16
Pegaso™ Industrial PDA with Windows
®
CE
Table 3-7
.
AutoStart
Query options
Parentheses are used to surround the given field and make it very clear what the value of
the field is.
Table 3-8 describes the results of each choice:
Table 3-8. AutoStart Query actions
Autostart.ini Samples
Table 3-9 on page 3-16 is a collection of sample Autostart.ini lines.
Table 3-9. Sample Autostart.ini lines
Field Description
Line Number This is the line number in the script being executed.
Exe The executable as parsed by AutoStart.
Args The argument as parsed by AutoStart.
The fields may be broken up into multiple lines (as shown in the example) due to limited
space in the dialog.
Button Action
Ye s The current line will execute.
No
The current line will not execute. AutoStart will continue pars-
ing the Autostart.ini.
Cancel
The current line will not execute and AutoStart will discon-
tinue parsing the Autostart.ini.
Line Description
? \windows\wceload.exe “\My
Docum
ents\FDU.cab”
This will confirm the execution of \Windows\wceload.exe with
specified argument “\My Documents\FDU.cab”
\Program Files\App.exe
(invalid) Th
is will execute \Program with the argument
Files\App.exe.
\Program Files\App.exe /run
(invalid) Th
is will execute \Program with the argument
Files\App.exe /run.
“\Program Files\App.exe” /
run
This will execute the program \Progra
m Files\App.exe with the
argument /run.
?- \Windows\Pword.exe
This will confirm the execution of \
Windows\Pword.exe. If the exe-
cution is confirmed, AutoStart will immediately process the next line.
!”\Program Files\App.exe” /run
This will execute the program \Progra
m Files\App.exe with the
argument /run ONLY after a Cold Reset.