home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Complet / FreeDOS / fdbootcd.iso / FREEDOS / PACKAGES / BASE / DISK06 / ATTRIBX.ZIP / HELP / ATTRIB.TXT
Text File  |  2003-07-01  |  2KB  |  64 lines

  1. ATTRIB v2.1. Copyright (c) 1998-2003
  2. Release date: 2002/07/01
  3.  
  4.  
  5. License
  6. -------
  7.  
  8. ATTRIB is released under the terms of the GNU General Public License
  9. (GPL). For further information please read the file COPYING.
  10.  
  11.  
  12. Errorlevels
  13. -----------
  14.  
  15. For each event ATTRIB returns an appropriate exit code which can be used
  16. in "if errorlevel" statements in batch files:
  17.  
  18.     0  completion successful;
  19.        /? option used.
  20.     1  error to change attribute(s) of file(s).
  21.     2  no matching file(s) found for target(s).
  22.     3  error open file(s), pointed in /@ option(s).
  23.     4  error(s) in command line.
  24.  
  25. Higher errorlevels should absorb lower errorlevels (for example, if there
  26. are errors to change attributes and no matching targets for other
  27. argument, then 2 will be returned). Example of using errorlevels:
  28.  
  29.     attrib -r *.dat>nul
  30.     if errorlevel 1 if not errorlevel 2 goto noaccess
  31.  
  32.  
  33. Compiling
  34. ---------
  35.  
  36. ATTRIB source tested with Borland C++ 3.1. To compile ATTRIB run cc.bat
  37. batch file. To compile or delete temporary files, the MAKE utility also
  38. can be used (see makefile).
  39.  
  40.  
  41. Known problems
  42. --------------
  43.  
  44. None known at now.
  45.  
  46.  
  47. Credits
  48. -------
  49.  
  50. Phil Brutsche: the original author.
  51. Brian Reifsnyder: new maintainer as of 2001.
  52. David Lindauer: added subdirectory support.
  53. Arkady V.Belousov <ark@mos.ru>: bugfixes, optimizations and features.
  54.  
  55. Joergen Ibsen / Jibz <jibz@hotmail.com>: author of aPACK (an excellent
  56.   executable packing program).
  57.  
  58.  
  59. Contacts
  60. --------
  61.  
  62. mailto:reifsnyderb@mindspring.com
  63. http://www.23cc.com/free-fdisk/
  64.