Bob van der Poel <bvdpoel at uniserve.com> wrote: > Is getstatusoutput() the perfered method to run os commands from > within a python script or is there something more generic? This works > fine, but I'm just thinking that since this is part of a unix only > module.... Try using os.system(command) Matt.