home *** CD-ROM | disk | FTP | other *** search
- COMPDIR
- Copyright 1988-1993 by Davor Hrboka
- ALL RIGHTS RESERVED
-
- -------------------------------------------------------------------------------
- The following files are found in the compressed file COMPDIR.ZIP
-
- COMPDIR.EXE 8-19-93 The program.
- COMPDIR.DOC 8-19-93 This documentation.
-
- -------------------------------------------------------------------------------
- Syntax for Program is as Follows:
-
- COMPDIR [Source] Destination [Search] [/V/1/E/S/H/N/D/Xexclude/Iinclude]
- [/Cfilename/Lfilename/Wusername] [/Pparameter passing /*] [/Osort]
-
- /V - Verify the file contents.
- /1 - Compare source side only.
- /E - Show files that are not found.
- /S - Show similar files.
- /N - Ignore files that are not found.
- /H - Ignore hidden files & subdirs.
- /D - Show files with different contents.
- /X exclude - Exclude patterns. Filename (1 Line, 1 Pattern) or pattern.
- /I include - Include patterns. Filename (1 Line, 1 Pattern) or pattern.
- /Lfilename - Log file for logging of copied and updated files.
- /Wusername - Log user name.
- /Cfilename - Multiple directory compare. (Two Types. See Chart.)
- /O - Sort directories as they are loaded.
- SortBy - [N]ame, [E]xtension, [S]ize, [D]ate, and [T]ime.
- /P - Parameter replacement for %number in file. (Used With /C.)
- /* - End of parameter passing.
-
-
- Examples of File Formats used for multiple compares:
-
- 1) Switches must be set at a DOS Prompt
-
- SOURCE=
- .\*.*
- memos\*.*
- END
-
- DESTINATION=
- \test\*.*
- \test\memos\*.*
- END
-
-
- 2) COMPDIR=
- Syntax follows DOS line commands.
- END
-
- COMPDIR=
- Syntax follows DOS line commands.
- END
-
- COMPDIR=
- Syntax follows DOS line commands.
- END
-
-
-
- Brief Description
-
- This program is to compare the directory contents of any two
- subdirectories or multiple pairs of subdirectories.
-
- The program will look at the source directory and compare it to the
- destination directory. Upon completion, it will produce a listing of
- files that meet parameter criteria.
-
-
-
- Program History
-
- COMPDIR was created for verifing the contents of directory files. It's
- purpose was to signoff programs, check for changes, and verify the contents
- of files.
-
- This program is currently used on a network system that has drives A-Z.
- Current Version is 1.70
-
-
- If COMPDIR is useful to you, I would appreciate a contribution of $1.
- If you have any suggestions, comments, or problems with DATEDIR or want to
- inquire about other programs, write to:
-
- Davor Hrboka
- 434 E. Overlook Dr.
- Eastlake, OH 44095
-
- -------------------------------------------------------------------------------
- LEGAL GARBAGE FOLLOWS:
- License Agreement
-
- The COMPDIR ("The Software") is COPYRIGHT 1988-1993 by Davor Hrboka,
- ALL RIGHTS RESERVED.
-
- You may not engage in, nor permit third parties to engage
- in, any of the following :
-
- A) Making alterations of any kind in the software.
-
- B) ATTEMPTING TO DISASSEMBLE, DECOMPILE, OR REVERSE
- ENGINEER THE SOFTWARE OR THE FILES IT GENERATES IN
- ANY WAY.
-
- C) Granting sub-licenses, lease or other rights in
- the software to others.
-
-
- The author of the software grants you a license to use this
- software as long as you meet the above conditions. Any violation
- of the above conditions will result in the termination of your
- license to use this software. Upon termination of this license
- for any reason, you must stop using the software and destroy
- all copies of it in your possession immediately. In addition,
- the author reserves the right to cancel your license to use this
- software at any time for any reason that he sees fit. The author
- of this software is not liable for damages suffered as a result of
- the improper use, proper use, or inability to use this software.
- This type of disclaimer is prohibited by law in some states, and
- is therefore void in those states.
-