The batch file I used was of course
#----------------
{ sleep 2 ; echo two ; } &
{ sleep 4 ; echo four ; } &
wait
echo ok
#---------------(Martin Ziegler) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

