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

  1. ;
  2.                                    NAME.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                2k (11)   10D8  1.2        Bruce Morgen 6/91        Z3COM14
  6.  
  7.   1- Syntax  2- Notes                                                         
  8.  
  9.  
  10.   NAME.COM was inspired  by  Jay Sage's ARUNZ  script  for  the same function.
  11. Jay's script invoked  A.E.Hawley's  wonderful EDITND tool to simply rename the
  12. current directory.  EDITND is  a powerful  program  with lots of features - it
  13. also  weighs in  at about 6 1/2 K.   NAME is  under  2K  and  does  on-the-fly
  14. renaming and deletion of directory names very quickly and safely.  It's really
  15. quite nice on  a ramdisk  or in COMMAND.LBR and makes a good team with PWD and
  16. A.E.'s SAVNDR tool.  Use with SAVNDR and a system loader (JetLdr, NZCOM, LLDR,
  17. LDR, etc.) or with a "system snapshot" utility  (SNAP, LAP, NZBLITZ,  etc.) to
  18. make changes permanent.
  19. :1
  20.     Syntax  [du: or dir:]newname [password]
  21.  
  22.    NAME changes  the  name  of  the  specified  or default directory.  Invoked
  23. without a new directory name, it just deletes the NDR entry for the current or
  24. specified DU:/DIR:.
  25. :2
  26.  NAME Notes 
  27.  
  28.    a. Z3LIB bug: ADDNDR does not check properly for NDR overflow,  so NAME has
  29.       to keep track of whether there's room or not.
  30.  
  31.    b. Vs 1.2 updates (6/29/91, Bruce Morgen):
  32.       - Deleted and re-coded parts  of NAME to take advantage of the fact that
  33.         Z3LIB routines SUBNDR and ADDNDR now work as documented.
  34.       - Used new GETND0 routine in place of old, errant GETNDR.
  35.  
  36.    c. Vs 1.1 updates (6/12/91, Bruce Morgen):
  37.       - Improved help screen.
  38.       - Type 4 executable implemented.
  39.       - Trival code tweaks.  
  40.