Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
(Move to ...)
Home
Me
▼
Tuesday, May 3, 2011
Python - Pipe
>> import os
>> cmd = "dir"
>> fp = popen(cmd)
>> print fp.read()
>> fp.close()
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment