Well, after running your encrypt script on my (irritatingly large) archive of logs, I now can't open them again.
Any chance of an error in the script? I'm going to have a read through it but I must admit my batch script knowledge is limited.
EDIT:
Phew! Must admit you scared me there... Thankfully a very simple (and odd) issue - you hard-coded a password in there, rather than using the one entered on the command-line
:
code:
ECHO "%LOGVIEWER%" /encrypt="%%I" /pwd="zheykster" >> TEMP.BAT
Easy to fix, and easy to release an updated version of your script... It now also encrypts all old .TXT logs as well as the new .HTML ones.
EDIT 2:
I have now removed my version and uploaded the original, by CookieRevised.
EDIT 3:
Removed files altogether. Read the original entry
here.