BartlebyScrivener wrote: > don't know Jython, but in Python, I think you want: > > import os > > os.system('mytextfile.txt') > > Whatever file you reference should open in the application associated > with it. At least that's the way it works on Win XP > > rd
I didn't think about that. It would probably break like mad under *nix that fine. This will solve my issue. Thanks =-) Even still, does anyone know if there is a more platform indepedent way to do this? -- http://mail.python.org/mailman/listinfo/python-list