Specifications
Table Of Contents
- Falcon® 4400 Series
- with Windows Mobile®
- Table of Contents
- How to Use this Manual
- Document Overview
- Registering Your Datalogic Product
- Document Conventions
- Batteries and Power
- Configuration Settings
- Software Programs
- Accessories
- Falcon® Desktop Utility
- SNMP Interface
- Cable & Connector Configurations
- Programming Parameters
- Overview
- Programming Codes Without Parameters
- Bar Code Parameters
- Codabar
- Code 39
- Code 93
- Code 128
- European Article Numbering-13 (EAN-13)
- European Article Numbering-8 (EAN-8)
- Interleaved 2 of 5
- Matrix 2 of 5
- MSI
- Pharmacode 39 (Code 32)
- RSS-14
- RSS Limited
- RSS Expanded
- Standard 2 of 5
- Trioptic
- Universal Product Code-A (UPC- A)
- Universal Product Code-E (UPC- E)
- UPC/EAN Extensions
- Aztec Code
- DataMatrix
- Composite
- Maxicode
- OCR
- PDF 417
- MicroPDF 417
- QR Code
- Imaging Controls
- Other Controls
- OCR Configuration
- Programming Bar Codes
- Overview
- Predefined Defaults
- Codabar
- Code 39
- Code 93
- Code 128
- EAN-13
- EAN-8
- Interleaved 2 of 5
- Matrix 2 of 5
- MSI
- Pharmacode 39 (Code 32)
- RSS-14
- RSS Limited
- RSS Expanded
- Standard 2 of 5
- Trioptic
- UPC-A
- UPC-E
- UPC/EAN Extensions
- 2D Symbologies
- Aztec Code
- DataMatrix
- Composite
- Maxicode
- OCR
- PDF-417
- MicroPDF-417
- QR Code
- Imager Labels
- Other Controls
- SDK Installation
- Glossary
- Index

AutoStart
Product Reference Guide 3-9
Table 3-4. Autostart.ini line formatting
Spaces must be placed between each component of the line in the
Autostart.ini.
If the executable path is in a folder that contains spaces in the name, quotes are
required to distinguish what the actual executable name is. The following is an
example of this:
“\Program Files\ScannerApp.exe” /run (valid)
\Program Files\ScannerApp.exe /run (invalid)
The second line is an invalid line because there is no way to distinguish the
executable from the argument.
AutoStart Options
Tabl e 3- 5 shows options you can use when writing a line in the
Autostart.ini or PreAuto.ini file.
Table 3-5. Options for Autostart.ini and PreAuto.ini
Autostart
option(s)
Full path to executable Command line arguments
- \windows\pword.exe \file.doc
Description Character Comments
Comment: This line will not be exe-
cuted.
‘#’ OR ‘ ‘
(space)
This may only be used as the first
character of the line. If the comment
option is specified in the options
elsewhere, it is ignored.
Do not wait on line completion:
This will cause the line to execute
and immediately move onto the
next line.
‘-’
Query: Request user confirmation
when running the executable.
‘?’
This will halt parsing the
Autostart.ini until the confirmation is
answered. This is intended for
debugging the Autostart.ini file.
Execute only on Cold Reset ‘!’