So I've got this Python script which reads commands from stdin, basically in the form
of <cmd> + <cr(lf?>
When I run it standalone, it works fine, but when invoked from a COM file it acts as if
stdin is nothing but CRLF's..
Any ideas?
sampsa
Show replies by date