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

  1. <html>
  2. <head>
  3. <meta http-equiv=refer content="file:pkHpc.htc">
  4. </head>
  5. <body>
  6. <h6>Scripting pkHpc</h6>
  7.  
  8. <P>
  9. Script processing commands are stored in a text file on the HPC and are executed
  10. at startup when a script name is selected in the configuration, via the File menu or via a command key.
  11. <BR><BR>
  12. <B>Syntax</B><BR>
  13. Script commands and the data are separated by spaces.  A semicolon (;) indicates a comment.<BR>
  14. The string information in the wait and transmit commands must be delimited by quotes (").  If
  15. a veritcal bar (|) is found in the string it is interpreted as an escape (ASCII 27) character.  If a caret (^)
  16. is encountered the next character is made into a control character (i.e. ^M is control-M, a CR).  The sequence [...]
  17. indicates optional information.
  18.  
  19. <BR><BR>
  20. The following script commands are available with <I>pkHpc</I>:
  21. <UL>
  22. <B>Connect</B><BR><BR>
  23. <UL>
  24. This commmand disconnects from the current host and connects to the specified system
  25. <BR><BR>
  26. <B>Connect HostName</B>
  27. <BR><BR>
  28. Where HostName is the name or address of the host system.<BR>
  29. </UL>
  30. <BR><BR>
  31. <B>Wait</B><BR><BR>
  32. <UL>
  33. This commmand waits for the specified string from the host system
  34. <BR><BR>
  35. <B>Wait "the String" [integer/FOREVER]</B>
  36. <BR><BR>
  37. Where "the String" is the information to wait for and integer/FOREVER is the optional time to wait.  The
  38. default is 30 seconds.<BR>
  39. </UL>
  40. <BR><BR>
  41. <B>Pause</B><BR><BR>
  42. <UL>
  43. This commmand pauses for the number of seconds indicated prior to executing the next command
  44. <BR><BR>
  45. <B>Pause integer</B>
  46. <BR><BR>
  47. Where integer is the time to pause in seconds.<BR>
  48. </UL>
  49. <BR><BR>
  50. <B>SendKey</B><BR><BR>
  51. <UL>
  52. This commmand sends for the specified key to the host system
  53. <BR><BR>
  54. <B>SendKey key</B>
  55. <BR><BR>
  56. Where key is one of the following:<BR>
  57. <B>Backspace, Delete, Down, End, Esc, F1 thru F12, Home, Insert, Left, NumpadAdd, PageDown, PageUp,
  58. Pause, Return, Right, Up</B> or <B>Tab.</B>
  59. You can also preface the key with <B>shift-</B> and/or <B>ctrl-</B> and/or <B>alt-</B>
  60. (don't forget the dash (-)).
  61. </UL>
  62. <BR><BR>
  63. <B>Transmit</B><BR><BR>
  64. <UL>
  65. This commmand sends for the specified string to the host system
  66. <BR><BR>
  67. <B>Transmit "the string"</B>
  68. <BR><BR>
  69. Where "the String" is the information to send.<BR>
  70. </UL>
  71. <BR><BR>
  72. <B>Exit</B><BR><BR>
  73. <UL>
  74. This commmand causes script processing to stop
  75. <BR><BR>
  76. <B>Exit</B>
  77. <BR><BR>
  78. The exit command is optional.  Script processing will also stop when the end-of-file is reached.<BR>
  79.  
  80.  
  81.  </UL>
  82. </BODY>
  83. </HTML>
  84.