quote:
Originally posted by jasmiester
Whats the difference between the EncryptAll file and the EncryptAll_COMMENT file?
EncryptAll
_COMMENTED.bat
and
quote:
Originally posted by CookieRevised
What's new:
v3.x:
A hell of a lot. Including a lot of fixes and workarounds for various (rare) situations. Piping is now supported. Vista compatibility. 64-bit compatibility (though not tested). A lot of batch 'tricks' and other far less known methods are used in these batch files.
Commented version included which explains a bit why some stuff is done in a particular way and not in an 'easier', better known and often used way.
v2.x: More friendly UI and a bit more streamlined to work in more situations.
v1.x: First very simple version. Quick 'n dirty, for Tebb...
and
code:
code from EncryptAll.bat and DecryptAll.bat
...
REM For detailed comments see EncryptAll_COMMENTED.bat
...
There is no difference except for the included comments.