Jump to content

TLOTS

Members
  • Posts

    5
  • Joined

  • Last visited

TLOTS's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi! I'm triying to get the session id to close automatically a RDP session. I tried doing this: #RequireAdmin #include <Constants.au3> $DOS = Run('C:\Windows\System32\query.exe user', "", @SW_HIDE, $STDERR_CHILD + $STDOUT_CHILD) ;Run(@ComSpec & " /c " & 'Query User', "", @SW_HIDE, $STDERR_CHILD + $STDOUT_CHILD) ;Run(@ComSpec & " /c " & 'quser', "", @SW_HIDE, $STDERR_CHILD + $STDOUT_CHILD) ProcessWaitClose($DOS) $Message = StdoutRead($DOS) MsgBox(0,'',$Message) But the $Message is always empty, if I execute any of these commands in a cmd window, it works Any idea on why is this falling? there is another way to get this info? PS: Sorry for my english, i'm not native.
  2. Hi! i have a problem :/ if i try to run P2PTest.au3, it throws me "Problem connection attempt: " and a number, every time i connect (press d) if i turn on the debug on the UDF, it says: "P2P_: Connection failed: " and the same number. The twitchyliquid64's udf works fine in my computer. What can i do to fix the problem?
  3. Many thanks for your help!
  4. Really??? i have this:
  5. Hi, i search in the faq how to associate a extencion with my program, i found this: http://www.autoitscript.com/wiki/FAQ#How_can_I_register_a_file_type_with_my_program_.5Bor.5D_How_can_I_make_files_with_a_certain_extension_open_in_my_program.3F But the UDF non exist, i search in the forum and i don found it. some can give me a copy of the UDF "FileRegister"??? PD: Sorry my bad english, i know only a bit of english
×
×
  • Create New...