[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: Batch sent X10 command



Si Ballenger wrote:
> On Tue, 11 Jul 2006 15:27:27 -0400, MFHult@xxxxxxxxxxxxxxxxxxxxx
> wrote:
>
> >	PING 1.1.1.1 -n 1 -w 5000 >NUL
>
> another possible approach for a 5 second delay:
>
> ping 127.0.0.1 -n 6 >nul

A far more elegant approach for a delay is to use the "sleep" command
and tell it how many seconds you want to wait.

sleep 5

will wait 5 seconds without depending on any sort of tcp/ip setup
whatsoever.

--Rich



comp.home.automation Main Index | comp.home.automation Thread Index | comp.home.automation Home | Archives Home