Hi Kai,

On Friday, November 11, 2005, 12:30:17 AM, you wrote:

KP> REBOL [Title: "Example Server"]
KP>    do http://www.rebol.net/rebservices/server.r       service:
KP> start-service tcp://:8000
KP> ask "PRESS ENTER TO QUIT"
KP> stop-service service

You need to WAIT.

   do http://www.rebol.net/rebservices/server.r
   service: start-service tcp://:8000
   wait []
   ask "PRESS ENTER TO QUIT"
   stop-service service

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  ---  http://www.rebol.com/
Colella Chiara software division --- http://www.colellachiara.com/

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to