Jump to content

kimonxx

Members
  • Posts

    2
  • Joined

  • Last visited

About kimonxx

  • Birthday 09/09/1974

Profile Information

  • Location
    Bad Vilbel, Germany

Recent Profile Visitors

245 profile views

kimonxx's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. hi, i guess i have the same problem as airwolf. when i run a program (a compiled .au3 script) with the runasset userid and there are macros in the program like @logonserver the macro is not passed to the runasset user. example: MsgBox(0, "logonserver for " & @UserName & ":", @LogonServer) ; user is the runasset user DirCopy(@LogonServer & "\somefolder\someotherfolder", @ProgramsCommonDir & "\somefolder\someotherfolder", 1) @username is the runasset user, @logonserver is empty... but the macro @programscommondir is set correctly. any ideas?
  2. hi SumTingWong, this udf sounds very interesting unfortunately i´m not sure how die bind it in my script i guess it´s something like: #include <filename.au3> ; call the function _impersonate ( and here my knowledge ends... could you please explain it to me? i think this is just what i´m looking for and trying to realize in my script the hole day... :/ thanks a lot
×
×
  • Create New...