Christian Reyes (christian at rocketnetwork.com) wrote: >Is there a method that takes a file as an argument and then opens that file >with the its associated viewer? Use the Windows "Start" command. import os os.system("start d:\\sample.txt")