I was just reading through a batch file for encfs4win, it reads:
@echo off rem Batch file for mounting encfs encrypted folders title encfs: Mount an encrypted folder to a decrypted one rem Check if Windows XP or Windows 7 rem XP: C:\Documents and Settings (or language specific folder) rem 7: C:\Users set oprsystem=%appdata:~3,5% if %oprsystem%==Users ( set ops=win7 ) else ( set ops=winxp )
So the only versions of windows you would be running are winXP and win7 ;-)
How true!
Do not read this sentence.