Absolute Paths not found
Brought to you by:
anisri
Crypt.exe finds not my file, when I give its name with C:\ or leading backshlash .
Here the output of my test for
C:\temp\test.log
\temp\test.log
temp\test.log (while being in C:\)
C:\temp\test.log
C:\temp>ls -l C:\Temp\test.log
-rw-rw-rw- 1 xxxxxxxxx 0 20 2014-12-22 09:43 C:\temp\test.log
C:\temp>C:\utils\crypt.exe -e -p ZrXA4JU5AJ C:\temp\test.log
crypt: (c) Animesh Srivastava <talk2ani@yahoo.com>
Licenced Under GNU Public Licence (GPL)
Version: 1.0.6
Element C:\temp\test.log is not a file or a directory or does not exists.
IgnoreErrors option is NOT set, hence Exiting..
C:\temp>C:\utils\crypt.exe -e -p ZrXA4JU5AJ \temp\test.log
crypt: (c) Animesh Srivastava <talk2ani@yahoo.com>
Licenced Under GNU Public Licence (GPL)
Version: 1.0.6
Element \temp\test.log is not a file or a directory or does not exists.
IgnoreErrors option is NOT set, hence Exiting..
C:\>C:\utils\crypt.exe -e -p ZrXA4JU5AJ temp\test.log
crypt: (c) Animesh Srivastava <talk2ani@yahoo.com>
Licenced Under GNU Public Licence (GPL)
Version: 1.0.6
DONE File: temp\test.log
Time Elapsed: 0.007502 s.
Overall operation successful.
C:\temp>C:\utils\crypt.exe -e -p ZrXA4JU5AJ test.log
crypt: (c) Animesh Srivastava <talk2ani@yahoo.com>
Licenced Under GNU Public Licence (GPL)
Version: 1.0.6
DONE File: test.log
Time Elapsed: 0.025484 s.
Overall operation successful.