home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG092.ARK / USERMAN5.TXT < prev   
Text File  |  1986-10-18  |  6KB  |  118 lines

  1. #0010#title CP/M SECRTARY ADDENDUM
  2. /1000<CP/M SECRTARY WORD PROCESSOR DIFFERENCES
  3. 1020 
  4. H1040[The following differences occur between the North Star version of
  5. J1060SECRTARY and the CP/M version of SECRTARY.  CP/M is the trademark of
  6. E1080Digital Research.  SECRTARY is not a Digital Research product.]
  7. 1100 
  8. K11201) To execute under CP/M, enter SECRTARY, not GO SECRTARY as required
  9. 1140   for North Star DOS.
  10. 1160 
  11. E11802) The CONFIGURE question about disk density will not be asked.
  12. 1200 
  13. I12203) The amount of memory will be determined by CP/M so that question
  14. 0   will not be asked.
  15. 1260 
  16. M12804) CP/M SECRTARY does not have automatic self-saving capability.  After
  17. K1300   you have run the CONFIGURE command or respond "Y" to the configure
  18. L1320   question, SECRTARY will not save a copy of itself on disk.  To save
  19. L1340   a copy with all the specific options determined in CONFIGURE, enter
  20. <1360   QUIT to return to CP/M, then enter the CP/M command
  21. #1380         SAVE 40 SECRTARY.COM
  22. 1400 
  23. L14205) The CALL and EXPAND commands have not been implemented.  EXPAND was
  24. ;1440   not needed since the CP/M version is much smaller.
  25. 1460 
  26. 1480 
  27. L1500   Because CP/M users may be familiar with terms that North Star users
  28. K1520   would not be familiar with, and some common North Star terms would
  29. F1540   be unfamiliar to CP/M users, a few commands have been changed
  30. 1560   slightly.
  31. 1580 
  32. 1600 
  33. G16206) The UNIT command has been changed to DEVICE.  The parameter is
  34. B1640   either L for the list device or C for the console device.
  35. 0   EXAMPLE:  DEVICE L
  36. 0             DEVICE C
  37. 1700 
  38. A17207) To delete a file from the disk, you can enter DESTROY as
  39. 11740   documented, or ERA as you do under CP/M.
  40. 1760 
  41. C17808) To list the disk directory, enter only the three character
  42. H1800   DIR as you do under CP/M.  With no parameters, it will list the
  43. ?1820   default disk device.  Otherwise enter the disk letter.
  44. 1840   EXAMPLE:   DIR B:
  45. 1860  
  46. J18809) To allow the use of ERA and DIR, all of the commands require only
  47. H1900   three characters instead of the four as documented earlier.  To
  48. I1920   avoid confusion between CHAin and CHAll (change all), the change
  49. .1940   all command has been changed to CHLL.
  50. 1960\
  51. C198010) The file naming conventions are same as used with CP/M ie
  52. 12000      disk letter : 8 char name . file type
  53. ;2020    The file type will default to TXT if not entered.
  54. !2040   EXAMPLE: LOAD B:DEMOFILE
  55. #2060            SAVE SAMPLTTR.TXT
  56. &2080            BSAVE C:BASICPGM.BAS
  57. 2100  
  58. I212011) The NSAVE and SAVE commands do the exact same function.  If the
  59. G2140   file already exists, it will be renamed with the file type BAK
  60. J2160   for backup.  If a backup file already exists, this earlier backup
  61. I2180   will be deleted.  Then the file will be copied to disk under the
  62. 52200   name entered.  The default type will be TXT.
  63. #2220   EXAMPLE: SAVE B:SAMPLE.TXT
  64. 2240 
  65. G226012) BLOAD takes a file in CP/M standard format and converts it it
  66. G2280   SECRTARY format; (optional line number) text, carriage return,
  67. H2300   line feed to character count, four character ASCII line number,
  68. E2320   text, carriage return.  The program will ask if the optional
  69. F2340   line number already exists in the source program.  If it does
  70. @2360   exist, enter "Y" so SECRTARY will not generate new line
  71. E2380   numbers, otherwise enter "N".  The line numbers must be four
  72. *2400   characters between 0000 and 9999.
  73. 2420 
  74. F244013) BSAVE converts a SECRTARY file to standard CP/M format.  The
  75. G2460   program will ask if you want the line numbers retained.  Enter
  76. G2480   "Y" if you want them retained or "N" if you want them stripped
  77. -2500   off the record before it is written.
  78. 2520 
  79. I254014) If you exit to CP/M and want to return to SECRTARY and continue
  80. D2560   working with the existing file in memory, use the following
  81. G2580   restart procedure.  Theis may happen if you wanted to rename a
  82. H2600   file, for instance.  Enter QUIT to leave SECRTARY and return to
  83. C2620   CP/M, enter REN or any other command, then enter the dummy
  84. E2640   command RESTART.  This will return you to SECRTARY, but will
  85. G2660   initialize the data area.  To restore the data area, enter the
  86. I2680   command RECOVER.  If you use a command that destroys part of the
  87. I2700   TPA such as STAT, this may not work.  If only part of the TPA is
  88. F2720   destroyed, enter SECRTARY to CP/M to bring in a fresh copy of
  89. J2740   SECRTARY, then try entering RECOVER to salvage the file in memory
  90. (2760   if it has not been overwritten.
  91. 2780 
  92. M280015) SECRTARY does not use the CP/M read buffer routine, but does direct
  93. H2820   I/O from the console to properly implement EDIT, control-C etc.
  94. K2840   Consequently, the backspace character must be defined to SECRTARY,
  95. M2860   control-C returns to SECRTARY not CP/M, and other control characters
  96. A2880   such as control-P do not function as they do under CP/M.
  97. 2900 
  98. M292016) The MERGE command is under development and has not been implemented
  99. D2940   with release 9.4.  It will be available in the near future.
  100. 3000\
  101. 3010<NEW ERROR MESSAGES
  102. &3020FOR CP/M VERSION, USE DEVICE L/C
  103. H3030    Do not use the UNIT command with the CP/M version of SECRTARY.
  104. I3040    Use the DEVICE command with L for the list device and C for the
  105. 3050    console device.
  106. 3060BAD CLOSE -- NOT SAVED
  107. /3070    The disk directory was probably full.
  108. 3080DISK FULL -- NOT SAVED
  109. H3090    There was not enough room on the disk to hold the entire file.
  110. 3100CANNOT RENAME BACKUP
  111. G3110    An invalid return code was received from CP/M while trying to
  112. 73120    rename the destination file to a backup name.
  113.  3130EXPECTED LINE FEED MISSING
  114. D3140    the line feed character at the end of input lines during a
  115. F3150    BLOAD command was missing.  Make sure the file being BLOADed
  116. 33160    has the standard CP/M ED (editor) format.
  117. one rerequested.  The program will
  118. N2180