home *** CD-ROM | disk | FTP | other *** search
/ Windows CE - The Ultimate Companion / ROMMAN_CE.iso / Files / Comms / PkHPC / pkHpc / pkHpc_af.htp < prev    next >
Text File  |  1997-12-13  |  2KB  |  48 lines

  1. <html>
  2. <head>
  3. <meta http-equiv=refer content="file:pkHpc.htc">
  4. </head>
  5. <body>
  6. <h6>Advanced pkHpc features</h6>
  7. <P><B>Command Keys</B><BR>
  8.  
  9. Data or a key-stroke is sent to the host or a script file is executed when a command key is depressed.<BR> 
  10. Command key information is stored in a text file called <i>CommandKey.txt</i> on the HPC in the <i>pkHpc</i>
  11. directory and is loaded at startup.  pkHpc allows up to 100 command keys.
  12.  
  13. <BR><BR>
  14. <B>Syntax</B><BR>
  15. <i>Key=Function=Data</i><BR><BR>
  16. <i>Key</i> can be any of the following:<BR>
  17. The numbers <B>0 thru 9</B> the letters <B>A thru Z, Backslash, Backspace, Dash, Delete, Down, End,
  18. Enter, Esc, Equal, F1 thru F12, GreaterThan, Home, Insert, Left, LessThan, Numpad0 thru
  19. Numpad9, NumpadAdd, NumpadDecimal, NumpadDivide, NumpadMultiply, NumpadSubtract,
  20. PageDown, PageUp, Pause, Return, Right, SemiColon, Tab, Up or Question.</B>
  21. You can also preface the key with <B>shift-</B> and/or <B>ctrl-</B> and/or <B>alt-</B>
  22. (don't forget the dash (-)).
  23. <BR><BR>
  24. <i>Function</i> can be any of the following:<BR>
  25. <B>Transmit</B>, which transmits data to the host.<BR>
  26. <B>Script</B>, which executes a script.<BR>
  27. <B>SendKey</B>, which sends a key-stroke to the host.<BR>
  28. <BR>
  29. <i>Data</i> is the following:<BR>
  30. For <B>Transmit</B> it is the command text to send to the host.  If a caret (^) is encountered the next character is made
  31. into a control character (i.e. ^M is control-M, a CR).  To send a caret (^) use two carets (^^).<BR>
  32. For <B>Script</B> it is the script file to execute, use the full path name.<BR>
  33. 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>
  34. Example #1: <b>ctrl-1=sendkey=F1</B>, the F1 key is sent to the host when the control-1 keys are depressed.<BR>
  35. Example #2: <b>shift-ctrl-A=script=\pkHpc\foobar.txt</b>, the script foobar.txt is processed when the shift-ctrl-A keys
  36. are depressed<BR>
  37. Example #3: <b>ctrl-return=transmit=quit^M</B>, the text quit with a CR is sent to the host
  38. when the ctrl-return keys are depressed.<BR>
  39. <BR>
  40. Note: Each command key must be on a separate line.
  41.  
  42.  
  43.  
  44.  
  45.  </UL>
  46. </BODY>
  47. </HTML>
  48.