Custom Query (3926 matches)
Results (7 - 9 of 3926)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1943 | Rejected | Build script to manage archived releases. | ||
| Description |
I need to write a build script that automatically moves older releases to the archive directory. |
|||
| #2002 | Rejected | Try to find the cause of slow file operations. | ||
| Description |
File operations inexplicably took a turn for slow performance. This is a reminder to myself to investigate the issue. The discussion thread can be found here. |
|||
| #2047 | No Bug | ProcessExists bad return | ||
| Description |
$pid = Run(@comspec, "C:\", @SW_SHOWNORMAL, 2)
ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $pid = ' & $pid & @crlf & '>Error code: ' & @error & ' Extended code: 0x' & Hex( @extended) & @crlf) ;### Debug Console
$active="[class:ConsoleWindowClass]"
WinWaitActive($active)
ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : ProcessExists($pid) = ' & ProcessExists($pid) & @crlf & '>Error code: ' & @error & ' Extended code: 0x' & Hex( @extended) & @crlf) ;### Debug Console
The ProcessExists() returns 0 which is wrong. It is OK if the Stdout is not redirected Same situation with the Beta. I am running X86 Win7 Sp1 |
|||
Note:
See TracQuery
for help on using queries.
