Doc,

One comment (one thing that I learned from MCA [Smile] )..

I would replace:

code:
$Destination="%windir%\system32\"

with:

code:
$Destination=$windir+"\system32\"

Where $windir is:
code:
 $windir = READVALUE("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion","SystemRoot")

There is my 2¢..

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's