>Had to use the Win32 version of that command,
>though. Capital S, and the value is in milliseconds
>so it was Sleep(100); but the point is that it worked.

If it's in milliseconds, then sleep(1) would translate to Sleep(1000) not 100.

Cheers