Custom Query (3922 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (373 - 375 of 3922)

Ticket Resolution Summary Owner Reporter
#1650 Rejected Problem with Run("psexec", .., $STDERR_CHILD + $STDOUT_CHILD) on Vista 64bit Jon HighGuy
Description

Hi,

the following code with the current version 1.98 of the Sysinternals tool psexec works fine on my XP SP3 pc but not on my Vista 64bit where it produces a stucked cmd window:

Run("psexec.exe
localhost /acceptEula ipconfig /ALL", "", @SW_SHOW, $STDERR_CHILD + $STDOUT_CHILD)

Hint: if i remove the parameters $STDERR_CHILD and $STDOUT_CHILD it will not stuck any more. Starting psexec in a cmd-Shell works fine as well.

Thanks in advance for analyzing this issue,

HighGuy

#1659 Fixed Example for WinSetTitle() in Help file does not work Jpm HighGuy
Description

Hi,

not sure if this is only a "bug" in the help file or even one in AutoIt:

WinSetTitle("[CLASS:Notepad] ", "", "My New Notepad")

This unnecessary extra space needs to be removed.

Thanks,

HighGuy

#2157 Fixed ProcessList() crashes on Windows Terminal Server Win2k8-R2 Valik HighGuy
Description

Hi,

i have a script running on a Windows Terminal Server Win2k8-R2 that crashes completely in unknown circumstances from time to time. I was able to debug the crash to happen within the function ProcessList() and could reproduce it using the example script from the help file. I'm not sure if you will be able to reproduce it as well because it might occur only sometimes, but maybe you could find a problem analyzing the source code of this function. Please consider that this might only happen in multi-user environments. By the way: I tried it with the latest beta release 3.3.9.2 and had no luck as well.

Thank you very much for analyzing this issue!

HighGuy

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.