home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / osborne / otset4.doc < prev    next >
Text File  |  1994-07-13  |  3KB  |  123 lines

  1. OTSETUP.DOC -- OTERM Terminal Simulator Setup        page   1
  2.  
  3.  
  4.  
  5. Copyright 1981, 1982  Michael M Rubenstein
  6. Version 4.00 (4 Oct 82)
  7.  
  8. OTSETUP  is  used to install extended  function  key 
  9. definitions in OTERM.   See OTERM.DOC for details on 
  10. using extended function keys.
  11.  
  12. The syntax for OTSETUP is
  13.  
  14.   otsetup <fkey file> <OTERM input> <OTERM output>
  15.  
  16. Only  the  fkey file is required.   The OTERM  input 
  17. file defaults to oterm.com as does the output  file.  
  18. Only  those parts of the input or output OTERM  file 
  19. names which differ from the default need be entered.
  20. For example:
  21.  
  22.   otsetup fkeys b: b:
  23.  
  24. will use b:oterm.com and create b:oterm.com.
  25.  
  26. In  all cases,  if a file with the same name as  the 
  27. output  already  exists it will be renamed  with  an 
  28. extenstion of .bak.
  29.  
  30. The  fkeys  file contains the extended function  key 
  31. definitions in the form:
  32.  
  33. name /function key value/
  34.  
  35. The  name  may  be from 1 through  127  alphanumeric 
  36. characters.   Upper  and lower case are  equivalent.  
  37. The "/"s may be any printing character.   The  func-
  38. tion key value may contain any characters except the 
  39. delimiter  specified (including carriage returns and 
  40. line feeds).
  41.  
  42. Any number of carriage returns,  line feeds,  spaces 
  43. or  control characters may appear between  the  name 
  44. and the delimiter or before the next name.
  45.  
  46. Commands may be entered in the function key value as 
  47. for  files  by entering esc <digit> for  a  function 
  48. key.
  49.  
  50. Control  characters may be entered in the  file,  or 
  51. may be entered as esc <char>.   For example,  esc a, 
  52. would generate ^A.  Rubout may be entered as esc ?.
  53.  
  54. Note: To  enter  a control character with  WordStar, 
  55.       precede it with control p.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. OTSETUP.DOC -- OTERM Terminal Simulator Setup        page   2
  63.  
  64.  
  65. Example:
  66.  
  67. a  /function key a/
  68.  
  69. verylongfunctionkeynamebutnotevenclosetomax
  70.  
  71. /line1
  72. line2
  73. line3
  74. /
  75.  
  76. commands
  77. =^[1log on
  78. xmodem rc file.txt
  79. ^[1wait 20
  80. ^[1send file.txt
  81. =
  82.  
  83. In the last definition, ^[ is an escape character.
  84.  
  85. If   a  function  key  is  defined  with  the   name 
  86. OTERMINIT,   it  will  be  executed  when  OTERM  is 
  87. started.   If one is defined with the name OTERMEND, 
  88. it   will  be  executed  at   program   termination.  
  89. OTERMEND  may not contain a file read  command,  but 
  90. otherwise  these function keys follow the same rules 
  91. as others and may be executed manually.
  92.  
  93.  
  94. END OF DOCUMENT
  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.