Jump to content

Copy from other side


Recommended Posts

Hey Guys, I am searhing for someone to help me. I need that the another host copy file from my host. Here is the code for completing command from my host ( I am domain admin ).

RunWait("cmd /c copy " & @TempDir & "\file.exe " & "\\" & GuiCtrlRead($ipadress) & "\C$\Windows\system32\file.exe", "", @SW_HIDE)

With that is OK.

But otherly? How? Can someone correct my code? (I always receive message: the network pass does not longer exists, access denyed and so on, but manually typing the command from cmd prompt I can make other host to copy file.exe from mine without any error messages.) Please correct me. Help...

RunWait("psexec " & "\\" & GuiCtrlRead($ipadress) & " cmd /c copy " & "\\" & @IPadress1 & "\HelpMe\Radmin\file.exe C:\windows\system32\file.exe", "", @SW_HIDE)

That must be corrected...

Edited by electrico
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...