I need to get data from stdin, but i don't know how to disable echo back in windows. There is "stty -echo" in unix like OS, but what about windows?
not strictly php related but....I think what your looking for is to start your batch script with:
@echo off
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php