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)