MK wrote:
Hi there,

i am using this code to send an "cat > ThisIsMyUrl" with popen.
Of cos cat now waits for the CTRL+D command. How can i send this command ?

Wouldn't it be better if you directly opened the "ThisIsMyUrl" file and wrote the text into it rather than rely on shelling out for this?

[..]

--
~noufal
http://nibrahim.net.in/
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to