I am running a Kixtart application on Windows Vista Business. My application runs a simple "MOVE" command within a KIX script as follows:

MOVE C:\SuppAsstTest\kixforms.dll C:\Windows\System32 /H /R

I was getting the "Access Denied" error. Different sources indicated trying the Elevated command, as follows:

Shell Elevated $CMD

where I assign the MOVE command to the $CMD variable

I get past the Access Denied and receive "System cannot find file specified"

However, the file definitely resides in the source directory and has no special attributes that would make it invisible or unavailable.

Any ideas?