command line tool for process communication
aditya shukla
adityashukla1983 at gmail.com
Sun Aug 17 18:14:56 EDT 2008
Hello guys,
I have a program which is run through command line .I am trying to create
another command line tools which controls this program.
So for example in my new program when i give
newprog -a then it should invoke the existing tool and perform one of its
operation.eg existtprog -s
How could this be done in python? Optparse can be used to make the new tool
but what should be done to control the existing tool from the new tool?
Thanks in advance.
Aditya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080817/25915624/attachment.html>
More information about the Python-list
mailing list