Apex PDT Technical Reference Manual
5 Operating System
COAM30002
Rev. 2.00
8/13/02
5-3
Autoexec.bat File
In addition to the
[config.sys]
file, device and configuration startup
commands and paths are loaded into the system operating
environment by the
[autoexec.bat]
file, which is also located in the
root directory. Programmers and application developers may use
this file to load their applications into the Apex PDT system.
As with the
[config.sys]
file, the Apex PDT utilizes two
[autoexec.bat]
files (one on
A:
drive and one on
C:
drive). The
Apex PDT default
[autoexec.bat]
files are shown below:
A:\>[autoexec.bat]
@echo off
prompt=$p$g
path=a:\;c:\dos;c:\bin;
c:
%IF EXIST c:\autoexec.bat c:\autoexec
Note:
The
%IF EXIST
command in the last line of the
A:
[autoexec.bat]
file ties the file to the
C:
[autoexec.bat]
file.
C:\>
[autoexec.bat]
REM **************************
REM **************************
REM ** Phoenix Card & Socket
REM ** Bar Code Driver
REM ** Services
REM ** User setup
REM **************************
REM **
PATH=C:\PICOCARD\PROGRAM;%PATH%
REM ** Remove the ‘REM’ from
REM **************************
REM ** the next line and
REM ** Infrared Port Enable
REM ** include modifiers as
REM **
REM ** required by the app.
REM ** For maximum power
REM **************************
REM ** savings, turn IR port
REM C:\BIN\bcdriver
REM ** OFF when not in use
REM **************************
REM **************************
REM ** Application
A:\IR ON
REM **
REM **************************
REM ** Add application path
REM ** Bar Code Driver
REM ** and name below
REM ** Factory default
REM **************************
REM **************************
REM application command here
C:\BIN\bcdriver all
Summary of Contents for Apex III
Page 2: ...This Page Intentionally Left Blank...
Page 12: ...Apex PDT Technical Reference Manual Table Of Contents COAM30002 Rev 2 00 8 13 02 viii...
Page 108: ...Apex PDT Technical Reference Manual 6 Utility Programs COAM30002 Rev 2 00 8 13 02 6 36...
Page 152: ...Apex PDT Technical Reference Manual 10 Power Management COAM30002 Rev 2 00 8 13 02 10 8...
Page 166: ...Apex III Technical Reference Manual Appendix A COAM30002 Rev 1 03 08 13 02 A 6...
Page 167: ...This Page Intentionally Left Blank...