home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / n.lbr / NTS.HZP / NTS.HLP
Encoding:
Text File  |  1991-11-18  |  3.8 KB  |  97 lines

  1. ;
  2.                                     NTS.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                5k (39)   FED5  1.1b       Rob Friefeld 9/91        Z3COM14
  6.  
  7.   1- Syntax  2- Command Set  3- Patches  4- Notes                             
  8.  
  9.  
  10.    NTS is the same basic program as  NT 4.6  except that a  full screen editor
  11. has been  substituted  for  NT's  line  editor.   The NTS editor is limited in
  12. function,  consistent with NTS's limited aspirations.   It does include  right
  13. margin set, word wrap, and rudimentary reformat to new margins (as long as you
  14. don't get fancy).  For Z3PLUS, ZCPR3.0+ with Extended TCAP.
  15. :1
  16.  Syntax   NTS [DIR:][FILE][.TYP] [/D]
  17.  
  18.    Save note to specified file.   If the file already exists, the text entered
  19. will be appended to it.   If the file extension is omitted,  a default type is
  20. automatically inserted.
  21.  
  22.    If no file is specified on the command line, NTS will prompt the user for a
  23. filespec on exit.   If no filename is given, a default file name,  drive,  and
  24. user area are used for output [these are configurable].
  25.  
  26.    Version 1.1 adds a configuration  option to disable the  "File: " prompt on
  27. exit.   If no file name is given on invocation,  then the  default output file
  28. name is automatically used.  NT 4.6 has this feature.
  29.  
  30.      IMPORTANT:  A filename with a blank .TYP cannot be opened by 
  31.      NT unless the default file type has been patched to '   '.  
  32.      (Such a file would have been created with another program.)
  33.  
  34.    The "/D" command line option omits the Date and separator from notes.   Any
  35. text appended to a file will start on the next line.
  36. :2
  37.  NTS COMMAND SET - 1/2 
  38.  
  39. ^A    Back word
  40. ^B    Reformat
  41. ^C    Down screen
  42. ^D    Forward space
  43. ^E    Previous line
  44. ^F    Forward word
  45. ^G    Delete char
  46. ^H    Delete left
  47. ^I    Tab                           K MENU --
  48. ^J    Line end/beginning            ^X    Save & Exit  
  49. ^K    K MENU trigger                ^Q    Quit          
  50. ^L    -
  51. ^M    CR
  52. ^N    Insert blank line             O MENU --                
  53. ^O    O MENU trigger                ^R    Set right margin
  54. ^P    -
  55.  NTS COMMAND SET - 2/2 
  56.  
  57. ^Q    Q MENU trigger                Q MENU --                 
  58. ^R    Up screen                     ^R    First screen     
  59. ^S    Backspace                     ^C    Last screen      
  60. ^T    Delete word right             ^D    End of line      
  61. ^U    Undo line change              ^S    Start of line    
  62. ^V    Toggle insert mode            ^Y    Delete line right
  63. ^W    -
  64. ^X    Next line
  65. ^Y    Delete line
  66. ^Z    -
  67. :3
  68.  Patches 
  69.  
  70.    ZCNFG.COM, available publicly  at  no  charge, is  highly recommended.  Put
  71. ZCNFG and NTS.CFG in the same drive and user area and type
  72.  
  73.       ZCNFG NTS
  74.  
  75.    ZCNFG will guide you through  a menu-driven installation session, including
  76. online help.
  77.  
  78.    If you wish to configure the NTS  command  set,  edit the file  NTSOVL.Z80,
  79. assemble it to a HEX file and overlay NTS.COM.
  80. :4
  81.  NTS Notes 
  82.   
  83.    a. Vs 1.1b updates (9/25/91, Rob Friefeld):
  84.       - Added command line option /D to omit Date separator between notes.
  85.       
  86.    b. Vs 1.1a updates (9/19/91, Al Hawley):
  87.       - Modified the configuration area in  NTS11  to include the name  of the
  88.         CFG file for ZCNFG.   Reassembled NTS and NTSCFG to produce the  files
  89.         in this library.
  90.         
  91.    c. Vs 1.1 (9/16/91, Rob Friefeld):
  92.       - Based on NT,  the Note Taker,  this version has a  simple  full screen
  93.         editor.   Command set is based on  WordStar (tm).   It  appends  short
  94.         notes to files,  automatically  including  the  current  time.  Update
  95.         from version 1.0 adds  a configuration option to skip output file name
  96.         prompt on exit.
  97.