home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / alde_c / misc / util / templ / procomm.tpl < prev    next >
Encoding:
Text File  |  1988-05-30  |  1.9 KB  |  111 lines

  1. ; Comment lines begin with ; or *
  2. ; All blank lines are ignored
  3. ; If you want a blank line in the function or info area, enter // at the
  4. ;    beginning of the line
  5. ; Maximum number of FUNCTION KEYS = 12
  6. ; Maximum lines above the function = 4
  7. ; There are three columns of information area
  8. ; Maximum characters per column = 35
  9. ; Maximum lines of info = 15
  10. ; mode lines are .cx (columns 1-3) for the info lines
  11. ;           .fx (keys 1-15) for the function keys
  12. ;         .t for the title line
  13. ;
  14. ; The only requirements are: 
  15. ;    When a mode is set, the subsequent lines of data are for that mode.  
  16. ;        Until the mode is changed.    
  17. ;    Text cannot go on the same line as the mode set command
  18. ;
  19. ; All data does not have to be in any order and may skip around.
  20. ;
  21. ; Example .c1 sets the mode for data into column 1. The next lines of data
  22. ;    will be under that column.  If the same column is set again, the
  23. ;       data will continue.
  24.  
  25. .t
  26.  
  27. Procomm v2.42
  28.  
  29. .c1
  30.  
  31.           MAJOR FUNCTIONS
  32. //
  33. Alt-D Dialing Directory
  34. Alt-R Automatic Redial
  35. Alt-M Keyboard Macros
  36. Alt-P Line Settings
  37. Alt-W Translate Table
  38. Alt-A Editor
  39. Alt-X Exit
  40. Alt-Q Host Mode
  41. Alt-O Chat Mode
  42.  
  43.  
  44. .c2
  45.  
  46.          UTILITY FUNCTIONS
  47. //
  48. Alt-I Program Info
  49. Alt-S Setup Screen
  50. Alt-K Kermit Server Cmd
  51. Alt-B Change Directory
  52. Alt-C Clear Screen
  53. Alt-E Toggle Duplex
  54. Alt-H Hang Up Phone
  55. Alt-T Elapsed Time
  56. Alt-L Print ON/OFF
  57. Alt-Z Set Colors
  58. Alt-Y Auto Answer
  59.  
  60.  
  61. .c3
  62.           FILE FUNCTIONS
  63. //
  64. PgUp  Send Files
  65. PgDn  Receive Files
  66. Alt-F Directory
  67. Alt-V View A File
  68. Alt-G Screen Dump
  69.  
  70.  
  71.  
  72. .f1
  73. Alt - F1
  74. //
  75. Log Toggle
  76.  
  77. .f2
  78. Alt - F2
  79. //
  80. Log Hold
  81.  
  82.  
  83. .f3
  84. Alt-F3
  85. //
  86. Toggle
  87. CR-CR/LF
  88.  
  89. .f4
  90. Alt-F4
  91. //
  92. Dos
  93. Gateway
  94.  
  95. .f5
  96. Alt-F5
  97. //
  98. Command
  99. Files
  100.  
  101. .f6
  102. Alt-F6
  103. //
  104. Redisplay
  105.  
  106. .f7
  107. Alt-F7
  108. //
  109. Break Key
  110.  
  111.