Advertisement
Guest User

fciv

a guest
Jun 12th, 2013
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Alex Jordan@ajordan ~
  2. $ fciv
  3. //
  4. // File Checksum Integrity Verifier version 2.05.
  5. //
  6.  
  7. Usage: fciv.exe [Commands] <Options>
  8.  
  9. Commands: ( Default -add )
  10.  
  11. -add <file | dir> : Compute hash and send to output (default screen).
  12. dir options:
  13. -r : recursive.
  14. -type : ex: -type *.exe.
  15. -exc file: list of directories that should not be computed.
  16. -wp : Without full path name. ( Default store full path)
  17. -bp : specify base path to remove from full path name
  18.  
  19. -list : List entries in the database.
  20. -v : Verify hashes.
  21. : Option: -bp basepath.
  22.  
  23. -? -h -help : Extended Help.
  24.  
  25. Options:
  26. -md5 | -sha1 | -both : Specify hashtype, default md5.
  27. -xml db : Specify database format and name.
  28.  
  29. To display the MD5 hash of a file, type fciv.exe filename
  30.  
  31. Alex Jordan@ajordan ~
  32. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement