From: Rakesh on
Hi,

I am trying to put some files in Program Files folder in Vista machine using
VB script but I see "Permission Denied" with Error Number: 70

Could some put some light on this.
Thanks in advance,
From: Al Dunbar on

"Rakesh" <Rakesh(a)discussions.microsoft.com> wrote in message
news:AE6414C0-00A4-4484-B5CE-83AB2E43D454(a)microsoft.com...
> Hi,
>
> I am trying to put some files in Program Files folder in Vista machine
> using
> VB script but I see "Permission Denied" with Error Number: 70
>
> Could some put some light on this.
> Thanks in advance,

"Permission denied" means that the account being used lacked the permissions
required to copy files to that location.

/Al