> I want to execute an executable binary as thought through the Command-Line. in addition to os.system(), take a look at win32api.ShellExecute() --Jeff