| Store | Cart

automating command line program

From: Mark McEahern <mark...@mceahern.com>
Fri, 12 Jul 2002 09:49:05 -0500
<quote>I'm fairly new to python and I've been trying to automate the usage
of a command line prompt program and I'm able to successfully run the
application from command line but once the program has launched, I'm unable
to enter anymore commands into the program. I've basically just tried using
os.system, os.popen, and print statements. Is there other python commands
that will allow me to do this? I've looked around the web and I've found a
module, Expect, that may be able to help me but I'm unable to find a windows
version of this module for python. Any help is appreciated, thank you.
Victor</quote>

Could you please be more specific?  What is it you're trying to do?  What
specifically have you tried?  What specifically isn't working?

// m

-

Recent Messages in this Thread
Victor Chen Jul 12, 2002 02:39 pm
Mark McEahern Jul 12, 2002 02:49 pm
Messages in this thread