You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Try running the command with output redirection
What is the expected output? What do you see instead?
Expect output in file but get error instead.
W:\Apps\WinHasher>1> filehash.txt M:\Apps\WinHasher\hash.exe -sha512 -base64 "M:
\Apps\WinHasher\cmdhelp.html"
W:\Apps\WinHasher>type filehash.txt
Computing SHA-512 of M:\Apps\WinHasher\cmdhelp.html... 0%
ERROR: No file was specified (the file path was empty, contained only white spac
e, or contained invalid characters).
WinHasher v. 1.6.0.43
or
W:\Apps\WinHasher>M:\Apps\WinHasher\hash.exe -sha512 -base64 "M:\Apps\WinHasher\
cmdhelp.html" > filehash.txt
W:\Apps\WinHasher>type filehash.txt
Computing SHA-512 of M:\Apps\WinHasher\cmdhelp.html... 0%
ERROR: No file was specified (the file path was empty, contained only white spac
e, or contained invalid characters).
WinHasher v. 1.6.0.43
What version of the product are you using? On what operating system?
1.6.0.43
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 15 Jun 2011 at 1:48
The text was updated successfully, but these errors were encountered:
and easy way to get rid of this issue would in fact be to remove a feature ;-)
simply by removing/bypassing the ConsoleStatusUpdater.cs feature for the terminal.
In fact, the percentage message is useful when working in command line as a terminal, but makes winhasher unusable in command-line-only.
Not showing the percentage but only the hash+filname as output (e.g. with a -v verbose flag) would also make command-redirecting/piping/logging/... possible.
Original issue reported on code.google.com by
[email protected]
on 15 Jun 2011 at 1:48The text was updated successfully, but these errors were encountered: