No. I know I could use os.system(). My motivation was curiosity: why this does not work? I thought that popen is simply more powerful than system(), a superset of os.system() if you will. Thanks for explaining that I cannot achieve this with os.popen (2,3,4). -- Milos Prudek