Handheld Terminal Software
User's Manual, version: 3.1 / material no.: 57448 71
© KEBA 2006
StartTypex = 0: The application starts automatically
StartTypex = 1: The application wont be started
StartTypex = 2: A window with the message „start programm <Yes> /
<No>“ appears. The user can decide, if the application should be
started or not.
x must have the same value as Startx.
Example
Example of a possible configuration in the registry:
[HKEY_LOCAL_MACHINE \ Autostart]
Start1 = "cmd.exe"
Params1 = "/c copy \ipsm\windows\*.* \windows"
Delay1 = dword:0x000003e8 (1000)
Start10 = "pvbload.exe"
Params10 = "\ipsm\vb\TestProjectVB1.vb"
Delay10 = dword:0x00002710 (10000)
Start20 ="SetTime.exe"
Params20 =""
Delay20 = dword:0
Start30 ="ReadCorrectTime.exe"
Params30 =""
Delay30 = dword:0
DependStart30 = hex: a, 0, 0, 0, 0, 0, 0, 0, 0, 0
DependEnd30 = hex:14, 0, 0, 0, 0, 0, 0, 0, 0, 0
When the StartAPI is started, the KeTop API will be initialized first and then
the program cmd.exe will be called with the parameters "/c copy
\ipsm\windows\*.* \windows".
cmd.exe /c copy \ipsm\windows\*.* \windows
This program copies the data from the directory \ipsm\windows to the nor-
mal Windows directory.
After the call of cmd.exe, the system waits for 1000 millliseconds (Delay1)
until the next program is started even if the cmd.exe has not been com-
pleted before.
After the delay, the program pvbload.exe will be started with the parame-
ters "\ipsm\TestProjectVB1.vb".
pvbload.exe \ipsm\TestProjectVB1.vb
This program starts the VisualBasicScript TestProjectVB1.vb.