摘要:
cmd = "e:\\dmin\\AdminD.exe online" ps = subprocess.Popen(cmd,shell=True,stdout=subprocess.PIPE,stdin=subprocess.PIPE) ps.stdin.write("file=烂烂烂服务器.role\n") #注意加"\n" ps.stdin.wr... 阅读全文
posted @ 2008-11-14 13:54
凌度
阅读(1741)
评论(0)
推荐(0)