ERRORLEVEL not set
Brought to you by:
anisri
In case of error (p.ex. file not found), the ERRORLEVEL should be set. It seems it is not the case:
C:\Temp>C:\utils\crypt.exe -e -p ZrXA4JU5AJ doesnotexit.log crypt: (c) Animesh Srivastava <talk2ani@yahoo.com> Licenced Under GNU Public Licence (GPL) Version: 1.0.6 Element doesnotexit.log is not a file or a directory or does not exists. IgnoreErrors option is NOT set, hence Exiting.. C:\Temp>echo %ERRORLEVEL% 0