home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / osborne / oterm405.sub < prev    next >
Text File  |  1983-09-09  |  2KB  |  103 lines

  1. ; oterm405.sub
  2. ;
  3. ; upgrade oterm version 4.04 to version 4.05
  4. ;
  5. ; this upgrade may only be applied to oterm 
  6. ; version 4.04.
  7. ;
  8. ; problems corrected:
  9. ;
  10. ;     1. under double density, the function keys
  11. ;     would not be left in their original
  12. ;     state after exiting from oterm.
  13. ;
  14. ;     2. if the default drive was not a, it would
  15. ;     be not be respected after the first file
  16. ;     was opened.
  17. ;
  18. ; to perform the upgrade, place a disk with ddt,
  19. ; submit and xsub on drive a and a disk with
  20. ; this submit file and oterm.com on drive b.
  21. ; the old version of oterm.com will be renamed
  22. ; otermold.com and a new version created.
  23. ; therefore, the disk in drive b must contain
  24. ; sufficient free space for a new copy of oterm.
  25. ; use the command
  26. ;
  27. ;    submit b:oterm405.sub
  28. ;
  29. ; this patch assumes that the size of oterm has
  30. ; not been changed by extended function keys.
  31. ; if it is desired to apply the patch to oterm
  32. ; with function keys, the save command must be
  33. ; modified to use the proper size.  to determine
  34. ; the proper size, use stat to determine the
  35. ; number of records.  add 1 to the number of
  36. ; records and divide by 2, ignoring any remainder.
  37. ; for example, if oterm.com contains 251 records,
  38. ; change  the save to
  39. ;
  40. ;    save 126 b:oterm.com
  41. ;
  42. ; thanks to Al Frazer, Wayne Hammerly,
  43. ; Mark McGee, and Jay Siegal for reporting
  44. ; these problems.
  45. ;
  46. xsub
  47. ren b:otermold.com=oterm.com
  48. ddt b:otermold.com
  49. s188
  50. 4a
  51. 11
  52. .
  53. s113d
  54. ed
  55. 5b
  56. 01
  57. 00
  58. 1e
  59. 6b
  60. 21
  61. 3b
  62. 01
  63. 01
  64. 1e
  65. 00
  66. c9
  67. .
  68. s1240
  69. cd
  70. 3d
  71. 11
  72. ed
  73. b0
  74. 00
  75. .
  76. s43ae
  77. 35
  78. 20
  79. 20
  80. 20
  81. 28
  82. 34
  83. 20
  84. 44
  85. 65
  86. 63
  87. .
  88. s73ec
  89. 3a
  90. 04
  91. 00
  92. e6
  93. 0f
  94. 00
  95. 00
  96. 00
  97. 00
  98. 00
  99. 00
  100. .
  101. g0
  102. save 124 b:oterm.com
  103.