Hi,
I would like to know how to coppy cabarc.exe silent to system32 of Windows 7 64 bit If i run the .bat with admin rights its works fine. But without admin right it wont work and i get acces denied.
My coppy command:
xCOPY "%~dp0cabarc.exe" %windir%\system32\
Copy file to %windir%\system32\ of Windows7
- UtCollector
- Posts: 464
- Joined: Sun Apr 09, 2006 8:31 pm
- Contact:
Unless your executable is 64bit, it should not be going to the "system32" directory in the first place. It should actually go to the "syswow64" directory. As it is, I know you need admin rights to get to the "system32" directory. It may be that the redirection does not quite work because you do not have those admin rights. Try copying to the "syswow64" directory and see if that will work for you. If not, you will *require* admin rights for anything to be put in system directories.
A mind is like a parachute, it only functions when it is open.
--Anonymous
How to Ask Questions the Smart Way
--Anonymous
How to Ask Questions the Smart Way
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
- UtCollector
- Posts: 464
- Joined: Sun Apr 09, 2006 8:31 pm
- Contact:
Thx thats i what i needed to know. Im going to try is from syswow64 and see if it works.crashfly wrote:Unless your executable is 64bit, it should not be going to the "system32" directory in the first place. It should actually go to the "syswow64" directory. As it is, I know you need admin rights to get to the "system32" directory. It may be that the redirection does not quite work because you do not have those admin rights. Try copying to the "syswow64" directory and see if that will work for you. If not, you will *require* admin rights for anything to be put in system directories.
Share..
My new Addons
My new Addons
- UtCollector
- Posts: 464
- Joined: Sun Apr 09, 2006 8:31 pm
- Contact:
Hmm i will need to test that app than:D Thxricktendo64 wrote:Try the (x)copy replacement robocopy
Why not just add it when you mount with dism?

I needed it this way for a addon maker:D
Share..
My new Addons
My new Addons
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras