home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util4 / handy.lzh / ALTER.DOC < prev    next >
Text File  |  1983-12-26  |  3KB  |  102 lines

  1.                            ALTER
  2.                            Command
  3.  
  4.         
  5.     
  6.     Purpose:    This command allows the user to change 
  7.         file attributes. 
  8.         
  9.     Format:    ALTER [d:][path]filename[/V][/N|/R/H/S/A|/B]
  10.         
  11.     Type:    Internal    External
  12.                   ***
  13.         
  14.     Remarks:    This command can be used to mark files as 
  15.         hidden, readonly, system or normal and to set
  16.         or reset the archive bit. It is also possible
  17.         to make subdirectory entries hidden. Hidden
  18.         files/directories will not be displayed by 
  19.         the TREE or DIR commands. The XDIR command 
  20.         will display all files regardless of the files
  21.         attributes; however, it will not display hidden
  22.         directories. 
  23.         
  24.     Example:    ALTER c:\top\urgent.dat/v/r/h
  25.  
  26.         This command line displays the current version
  27.         number and alters file C:\TOP\URGENT.DAT to be
  28.         READ_ONLY and HIDDEN. Read only files cannot be
  29.             changed or deleted.
  30.  
  31.         ALTER \top\secret/h
  32.         
  33.         This command line alters the directory 
  34.         \top\secret as a HIDDEN directory. This 
  35.         directory can only be accessed by those who 
  36.         know the path.
  37.         
  38.         ALTER \top\secret\letter.007/v
  39.         
  40.         This command line displays the current 
  41.         attribute settings for the file and prompts
  42.         the user for new attributes for the file.
  43.         
  44.  
  45.         
  46.         
  47.         
  48.                     10-26a
  49.                            ALTER
  50.                            Command
  51.         
  52.         A sample display for this interactive mde
  53.         is shown:
  54.             
  55.         C>ALTER \top\secret
  56.         
  57.         ALTER Version X.XX (C)Copyright T A Davis, 1983
  58.         
  59.         Attributes are (DRHB) for file \TOP\SECRET
  60.          
  61.         Enter new attributes (RHSNBA) or ENTER ? NA_
  62.         
  63.         Attributes are (DA) for file \TOP\SECRET
  64.         
  65.         The identifiers used to display the files 
  66.         attributes  are listed below:
  67.         
  68.             R - READ_ONLY
  69.             H - HIDDEN
  70.             S - SYSTEM
  71.             A - ARCHIVE SET
  72.             D - SUB_DIRECTORY
  73.             B - ARCHIVE NOT SET
  74.         
  75.         You may specify N for NORMAL as a parameter 
  76.         or as a response to the prompt. This identifier 
  77.         is not listed as an attribute for the file, 
  78.         but is offered as an easy means to remove all 
  79.         attributes.
  80.                 
  81.         Consult your DOS 2.00 manual, page C-4 for more 
  82.         information on file attributes. 
  83.                 
  84.         NOTES:
  85.         
  86.         The attributes of a BASE directory cannot 
  87.         be altered. You MUST specify at least 4 
  88.         characters for the path\filename. 
  89.         
  90.             There is no way to display hidden 
  91.         sub-directories. Care should be taken to ensure 
  92.         that any directory once    hidden, can be found.
  93.  
  94.         
  95.  
  96.                             10-26b
  97. ub-directories. Care should be taken to ensure 
  98.         that any directory once    hidden, can be found.
  99.  
  100.         
  101.  
  102.