Jump to content

bmy007ro

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by bmy007ro

  1. I try this but nothing....any idea? Local $sUserName = "aaaaa" Local $sPassword = "bbbbb" Local $sDomain = "yyz" Local $s_Machine = InputBox("Input PC name", "Enter Computer Name") ShellExecute("c:\Temp\TT\PsExec.exe", '-s \\' & $s_Machine & ' -u' & $sUserName & ' -p' & $sPassword & ' \\NET\Files\FILENAME.cmd > C:\Temp\TT\My.log', "", "", @SW_HIDE)
  2. I need it to run on the remote PC that it's the main issue
  3. I have this psexec command working fine Local $sMachine = InputBox("Input PC name", "Enter Computer Name") psexec \\$sMachine -u $sDomain\$sUserName -p $sPassword \\NetworkFLD\FILENAME.cmd > C:\Temp\TT\My.log I wanted to converted to AutoIT script Cloud you help, please !?
×
×
  • Create New...