home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / sysutl / 1kutils3.lbr / NT3.DZC / NT3.DOC
Encoding:
Text File  |  1987-11-15  |  1.8 KB  |  47 lines

  1. NT (Note) - Version 3
  2.  
  3. Purpose:  NT is a 1k program for saving quick notes into a disk file.
  4. Syntax:   NT [DU:]<FILENAME.TYP> [C]
  5.       NT (reports current patches)
  6. Option:   C - CONTROL chars accepted as input.
  7. Author:   Rob Friefeld, Long Beach, CA
  8.  
  9. In additon to improved handling of control character input, Version 3 handles
  10. bugs in previous version on 0 length file or TPA overflow.
  11.  
  12. There are two ways to input:
  13.  
  14. 1.  Normal input is via BDOS function 10.  Each line may be edited (with DEL
  15.     or ^X) until <cr> terminates it.  A blank line terminates the file.  
  16.  
  17.     Note that control characters passed by the BDOS can be input directly.
  18.     (NOT ^E, ^H, ^I, ^J, ^M, ^P, ^U, ^X.  ^Z will terminate the file.)
  19.     Something like <ESC>) to turn on dim video will work fine when you 
  20.     later TYPE the file.
  21.  
  22. 2.  With the "C" command line option, ALL characters may be input.  This
  23.     feature is intended for printer or screen initialization files which can
  24.     then be TYPE'ed or LIST'ed.
  25.  
  26.     In Control Mode all control characters are shown as ^n.
  27.     You may input control characters directly.  Editing is restricted to DEL.
  28.     CR terminates the line.  CR, DEL and ^P can be input with sequence
  29.     ^Pn or ^P^n.  To enter a null (0) use ^P@ (^@ is not accepted by BDOS 
  30.     function 6).
  31.  
  32.  
  33. Patches:
  34.  
  35.     103h:    00 - If file exists, DELETE and create new file.
  36.         FF - If file exists, ADD input to end.  The last screen
  37.              of the file is printed for reference.
  38.  
  39.     104h:    00 - If file exists, make BAK file.
  40.         FF - NO BAK file.
  41.  
  42.     105h:    3A - The ASCII prompt character for each line of input.
  43.  
  44.  
  45. CAUTION: This program cannot be renamed to NOTE in a ZCPR system because of
  46. the resident command of the same name.
  47.