[Update Januari 5, 2008: fixed a small bug, content was always saved in encoding ANSI, resulting in the loss of special characters. Changed the line: Set-Content -Path $destination -value $expandedText to Set-Content -Path $destination -value $expandedText -encoding $Encoding The attached file is updated...