View Single Post
Old 10-26-2003, 12:46 PM  
b>d>>s
Senior Member
 
Join Date: Feb 2003
Posts: 488
Default

ok, then to queue ? maybe, after ms ?script script script ...?

in a loop, ? say, ?

while {1} {
after 1000
set a [file exists "c:/blah.log"]
if {0 == $a} {
break
}
}

hmm, that should do it. what about thread safe stuff ?
b>d>>s is offline