I'll take a peek at the subprocess docs Steve, and see if I can learn
something there...  Thanks for the suggestion!

I'm using WinXP as well Wayne..  Not too sure why yours works, and mine
doesn't..  I'll revisit what I'm doing and also check into Steve's
suggestion.
Adrian





On Mon, Oct 6, 2008 at 2:30 PM, W W <[EMAIL PROTECTED]> wrote:

> What OS are you using, Adrian? On WinXP, this worked fine:
>
> import os
>
> def files():
>     os.startfile('myfile.txt')
>     os.remove('myfile.txt')
>
> -Wayne
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to