Custom Query (3926 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 3926)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#1943 Rejected Build script to manage archived releases. Valik
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. Valik
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 Jpm
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

1 2 3 4 5 6 7 8 9 10 11 12 13
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.