Intermec CK71 Intermec Terminal Emulator (ITE) User Guide - Page 94

Customizing Intermec Terminal Emulator, Using the Auto-Login Feature - case

Page 94 highlights

Chapter 3 - Customizing Your Configuration Customizing Intermec Terminal Emulator You customize the ITE program by creating or modifying configuration files and then copying them to your computer. Note: If a config.dat file is present on your computer, its settings are backed up in a config.old file and then written into a te_settings.ini file. If there is no config.dat file on your computer, all settings are written to the te_settings.ini file. Using the Auto-Login Feature Use the auto-login feature to send the same login information each time you log in to the host. When you start ITE, the computer checks for an auto-login script file. If a script file exists, the computer runs the login commands from the auto-login script file before ITE starts. To use this feature, develop an auto-login script file and load it on the computer. This section explains how to develop a script and includes a list of control characters and the procedure for disabling auto-login. Developing Auto-Login Script Files A typical auto-login script file consists of Input and InputHidden commands followed by a HostName command, followed by a series of WaitFor and Send commands. A very simple script file may not have any input commands if all of the computers are using the same account. Note: The auto-login script must be an ASCII text file with autolog.scr as the required file name, or the file is not processed. Commands for Auto-Login Script Files You can use several commands to create auto-login script files. All commands are case-sensitive. For example, WaitFor is a command, but Waitfor is not a valid command. For examples of script files, see "Sample Auto-Login Script Files" on page 87. Display Determines if data from the host application appears on the computer screen. For additional security, the display can be turned off from updating messages from the host during the auto-login process. Display has three parameters: OFF, ON, and HREF. Display ON enables displaying data received from the host. Display OFF disables displaying data received from the host. HREF specifies a bitmap to display instead data received from the host, if any. Specify the file as follows: Display "" The bitmap appears on the screen using its actual dimensions and is not adjusted to fit the screen. No further screen updates occur until a Display ON command is executed in the auto-login script file. 82 Intermec Terminal Emulator (ITE) User Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220

Chapter 3 — Customizing Your Configuration
82
Intermec Terminal Emulator (ITE) User Guide
Customizing Intermec Terminal Emulator
You customize the ITE program by creating or modifying configuration files and
then copying them to your computer.
Using the Auto-Login Feature
Use the auto-login feature to send the same login information each time you log in
to the host. When you start ITE, the computer checks for an auto-login script file. If
a script file exists, the computer runs the login commands from the auto-login
script file before ITE starts.
To use this feature, develop an auto-login script file and load it on the computer.
This section explains how to develop a script and includes a list of control characters
and the procedure for disabling auto-login.
Developing Auto-Login Script Files
A typical auto-login script file consists of Input and InputHidden commands
followed by a HostName command, followed by a series of WaitFor and Send
commands. A very simple script file may not have any input commands if all of the
computers are using the same account.
Commands for Auto-Login Script Files
You can use several commands to create auto-login script files. All commands are
case-sensitive. For example, WaitFor is a command, but Waitfor is not a valid
command. For examples of script files, see
“Sample Auto-Login Script Files” on
page 87.
Display
Determines if data from the host application appears on the computer screen. For
additional security, the display can be turned off from updating messages
f
rom the
host during the auto-login process.
Display has three parameters: OFF, ON, and HREF. Display ON enables displaying
data received from the host. Display OFF disables displaying data received from the
host. HREF specifies a bitmap to display instead data received from the host, if any.
Specify the file as follows:
Display "<Link HREF=file://\te2000\ball.bmp></Link>"
The bitmap appears on the screen using its actual dimensions and is not adjusted to
fit the screen. No further screen updates occur until a Display ON command is
executed in the auto-login script file.
Note:
If a config.dat file is present on your computer, its settings are backed up in a
config.old file and then written into a te_settings.ini file. If there is no config.dat file
on your computer, all settings are written to the te_settings.ini file.
Note:
The auto-login script must be an ASCII text file with autolog.scr as the
required file name, or the file is not processed.