From: Francois Lafont on 27 Apr 2010 13:20 Richard Mueller [MVP] a �crit : > No, the FSO works the same, and if you know the path and have permissions, > the script will work. What I meant is that standard folder names have > changed with recent OS's, like "ProgramData" and "Program Files (x86)", and > permissions are tighter. In the registry some settings are redirected, for > example 32-bit apps are redirected to HKLM\Software\Wow6432Node. Ok, I understand. The things are less serious than I've imagined. Furthermore, for the standard folders, we can use the environment variables which I hope don't depend on the OS version. For example: set WshShell = WScript.CreateObject("WScript.Shell") path = WshShell.ExpandEnvironmentStrings("%WinDir%") Thanks for the explanations. :-) -- Fran�ois Lafont |