home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows CE - The Ultimate Companion
/
ROMMAN_CE.iso
/
Files
/
Comms
/
VxHPC
/
vxHpc
/
vxHpc_af.htp
< prev
next >
Wrap
Text File
|
1997-11-30
|
2KB
|
48 lines
<html>
<head>
<meta http-equiv=refer content="file:vxHpc.htc">
</head>
<body>
<h6>Advanced vxHpc features</h6>
<P><B>Command Keys</B><BR>
Data or a key-stroke is sent to the host or a script file is executed when a command key is depressed.<BR>
Command key information is stored in a text file called <i>CommandKey.txt</i> on the HPC in the <i>vxHpc</i>
directory and is loaded at startup. vxHpc allows up to 100 command keys.
<BR><BR>
<B>Syntax</B><BR>
<i>Key=Function=Data</i><BR><BR>
<i>Key</i> can be any of the following:<BR>
The numbers <B>0 thru 9</B> the letters <B>A thru Z, Backslash, Backspace, Dash, Delete, Down, End,
Enter, Esc, Equal, F1 thru F12, GreaterThan, Home, Insert, Left, LessThan, Numpad0 thru
Numpad9, NumpadAdd, NumpadDecimal, NumpadDivide, NumpadMultiply, NumpadSubtract,
PageDown, PageUp, Pause, Return, Right, SemiColon, Tab, Up or Question.</B>
You can also preface the key with <B>shift-</B> and/or <B>ctrl-</B> and/or <B>alt-</B>
(don't forget the dash (-)).
<BR><BR>
<i>Function</i> can be any of the following:<BR>
<B>Transmit</B>, which transmits data to the host.<BR>
<B>Script</B>, which executes a script.<BR>
<B>SendKey</B>, which sends a key-stroke to the host.<BR>
<BR>
<i>Data</i> is the following:<BR>
For <B>Transmit</B> it is the command text to send to the host. If a caret (^) is encountered the next character is made
into a control character (i.e. ^M is control-M, a CR). To send a caret (^) use two carets (^^).<BR>
For <B>Script</B> it is the script file to execute, use the full path name.<BR>
For <B>SendKey</B> it can be any of the keys noted above with or without the modifiers (i.e. <b>shift-</b>).<BR><BR>
Example #1: <b>ctrl-1=sendkey=F1</B>, the F1 key is sent to the host when the control-1 keys are depressed.<BR>
Example #2: <b>shift-ctrl-A=script=\vxHpc\foobar.txt</b>, the script foobar.txt is processed when the shift-ctrl-A keys
are depressed<BR>
Example #3: <b>ctrl-return=transmit=quit^M</B>, the text quit with a CR is sent to the host
when the ctrl-return keys are depressed.<BR>
<BR>
Note: Each command key must be on a separate line.
</UL>
</BODY>
</HTML>