Intermec CK60 Manual do Utilizador Página 57

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 56
Chapter 3 — Configuring the Computer
CK60 Mobile Computer with Windows CE User’s Manual 43
Examples of keyword usage are as follows:
; Allow message pop up if an error occurs.
QUIET 0
; Log any debug output to a trace file.
LOGGING 1
; Perform a SetEvent on the event name "autoexec_started".
SIGNAL "autoexec_started"
; Include this child data file, childexec.dat.
CALL "\childexec.dat"
; Use autocopy to copy the audio control panel from flash file store to the
windows directory. Wait for up to 60 seconds for it to exit.
EXEC "\Flash File Store\SYSTEM\autocopy.exe" -S"\Flash File
Store\System\CPLAudio.cpl" -D"\Windows\CPLAudio.cpl"
; Change the default EXEC wait time to 90 seconds.
EXECWAIT 90
; Suspend processing any commands for 10 seconds.
WAIT 10
; Suspend processing any commands until event called MyEventName is signaled.
WAITFOR "MyEventName"
AutoRun
AutoRun.exe automates operations such as launching other processes and is
configured through the AutoRun data file (AutoRun.dat). This script file
must be in the same directory as the program itself.
AutoRun supports the following script commands in AutoUser.dat and
AutoRun.dat.
Note: If you need to add steps at boot time, add them to AutoUser.dat, not
to AutoRun.dat. AutoRun.dat is provided by Intermec and is subject to
change. AutoUser.dat is the designated place for the end user to add steps
to the boot time process.
SIGNAL Enables the specified named event and is immediately signaled. Useful for notifying other components
of the current status.
CALL Opens another .DAT file to process. After the called file is completed, this file is resumed.
RUN Runs a program with a SW_SHOWNORMAL attribute. Autoexec does not wait for the child process to
exit.
LOAD Runs a program with a SW_HIDE attribute. Autoexec waits for 60 seconds for the child process to exit
or EXECWAIT seconds if set.
EXEC Runs the specified program. AutoExec waits 60 seconds for the child process to exit or EXECWAIT
seconds if set.
EXECWAIT Changes the default EXEC wait time from 60 seconds to the number of seconds specified. There is a
maximum 10-minute limit imposed.
WAIT Forces a sleep for the specified number of seconds to occur.
WAITFOR Forces a sleep until the named event is signaled.
Vista de página 56
1 2 ... 52 53 54 55 56 57 58 59 60 61 62 ... 123 124

Comentários a estes Manuais

Sem comentários