Jump to content

File copy to program files (x86)


Recommended Posts

Hello,
I can't copy file(3.cfg) running (1.exe) that runs file (2.exe) with admin rights that have filecopy()
1.exe:

Global $sUserName = "Administrator"
Global $sPassword = ""
RunAs($sUserName, @ComputerName, $sPassword, 0, "2.exe", "", @SW_SHOWMAXIMIZED)

2.exe:

FileCopy("3.cfg", "C:Program Files (x86)Mozilla Firefox", 1)

3.cfg is empty file

all files is in C:test

How to fix that? :( on windows xp it's working.. :/ I tried to write full path and everything...:|

I think this is because of win 7 64 bit version...

Edited by Traskiz
Link to comment
Share on other sites

I am thinking maybe the working dir context changes to "C:\Windows\System32\".  Try changing FileCopy("3.cfg" to FileCopy(@ScriptDir & "3.cfg", to rule out a bad path.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...