John Salerno wrote:

>
> I think I'll take a look at the subprocess module, just for fun. :)

... and for learning too :-)

Also, consider that some operating system commands are built into the
shell (i.e. not run as a separate process), which makes using the
subprocess module a bit difficult -- for more fun and learning, check
out os.system()

Cheers,
John

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to