|
Prev: "Permission Denied" error while copying files in Vista using VBScr
Next: reading stderror stream
From: Rakesh on 3 Jul 2008 07:16 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: Pegasus (MVP) on 3 Jul 2008 08:17 "Rakesh" <Rakesh(a)discussions.microsoft.com> wrote in message news:16439591-F37E-45CD-B40A-C8D88CD17F1E(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, - What is your script? - Can you copy the files using Windows Explorer?
From: mayayana on 3 Jul 2008 23:09 Program Files is a restricted folder on Vista. If you want access then don't install to Program Files...or don't use Vista. > > 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: PaulM on 3 Jul 2008 23:40 You need FULL Administrator Privilege to run a vbscript. You will get access denied all the time. If you have On Error Resume Next, the script will run, but will not edit the registry. -- ------------------------------------------------------------------------------------- www.paulsxp.com www.paulsxp.com/forum www.supportspace.com/home/affiliates.s2?aiu=paulm ------------------------------------------------------------------------------------ "mayayana" <mayaXXyana(a)rcXXn.com> wrote in message news:#4086MY3IHA.3624(a)TK2MSFTNGP05.phx.gbl... > Program Files is a restricted folder on Vista. > If you want access then don't install to Program > Files...or don't use Vista. >> >> 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, > >
|
Pages: 1 Prev: "Permission Denied" error while copying files in Vista using VBScr Next: reading stderror stream |