Search found 1 match

by ramarik
02 Feb 2010, 19:16
Forum: Problems and Troubleshooting
Topic: Windows 7 64 cmd stdout exception
Replies: 3
Views: 4252

Windows 7 64 cmd stdout exception

CMD shell started from Altap Salamander does not provide a proper file descriptors (stdout).

I wrote a small Python script test.py containing just the following two lines:
for i in range(100):
print "hello"

If the script is executed from the command shell started by Windows 7 one can see the ...