explaining is very simple:
I have create in MessageStorePath/Account1 two versions works for two systems of the file .oeaccount:
account{51F32DFC-EA9A-4A55-A94A-7A8B5C1F2A0F}.oeaccount
account{51F32DFC-EA9A-4A55-A94A-7A8B5C1F2A0F}.w7
account{51F32DFC-EA9A-4A55-A94A-7A8B5C1F2A0F}.Vista
I have the bats files in MessageStorePath
When i init vista run this bat:
del "Account1\*.oeaccount"
copy "Account1\*.vista" "Account1\*.oeaccount"
del "Account2\*.oeaccount"
copy "Account2\*.vista" "Account2\*.oeaccount"
....................
.................................
When i init Windows 7 run this bat:
del "Account1\*.oeaccount"
copy "Account1\*.w7" "Account1\*.oeaccount"
del "Account2\*.oeaccount"
copy "Account2\*.w7" "Account2\*.oeaccount"
.............................................
.................................................. ....
"Peter.R" <> escribió en el mensaje de noticias:...
>
> Hi Javier.
>
> Sounds like you worked it out.
>
> Would you mind explaining your script and how it works in greater detail? Such knowledge would be useful to others.
>
> Aski has a method written in French that is a bit hard to follow when interpreted at http://dechily.org/Forum_Aski/topic54.html
>
> Just make sure you keep regular backups of your entire WLMail Message Store...
>
> If the .oeaccount file becomes corrupted, or gets lost in the renaming process, the associated account, along with its messages
> may be promptly deleted by WLMail.
>
> --
> Peter.R
> (Windows Live Mail 2009 14.0.8089.726 on Windows Vista Home Premium)
> "There are more things in Heaven and earth, Horatio, than are dreamt of in your philosophy." - Shakespeare
>
> "Javier" <@.> wrote in message news:hdeksv$s1b$...
>>
>> i have solved with some bat file, with this:
>>
>> When i init Windows7
>> rename "Account_Name\*.oeaccount" *.vista
>> rename "Account_Name\*.w7" *.oeaccount
>>
>> When i init Vista
>> rename "Account_Name\*.oeaccount" *.w7
>> rename "Account_Name\*.vista" *.oeaccount
>>
>> "Javier" <@.> escribió en el mensaje de noticias:hde956$o77$...
>>>
>>> i have dual system Vista 64 & Windows7 64, and i have same Windows live mail installed in two system (with same maintenance
>>> folder), the problem is if when i change to use one or other i lost passwords of my Email and News accounts.
>>> Is possible mantain this passwords?
>>>
>>> i think problem is in files ".oeaccount"