os.startfile()

Chris Gonnerman chris.gonnerman at newcenturycomputers.net
Thu Jan 17 09:01:59 EST 2002


Hmm.  Could you maybe include a runable example?  Like, with arguments
listed?  Hopefully you aren't calling os.startfile() with no args as the
example implies.  What kind of file are you starting?

----- Original Message ----- 
From: "maximilianscherr" <MaximilianScherr at T-Online.de>


> sorry, i'm very new to python. it's just a test script:
> 
> import os
> 
> os.rename(...)
> os.startfile()
> os.rename(...)
> 
> i thought this would work, but it exits after the startfile call, 
> probably it's not hard to make, but i don't know how.






More information about the Python-list mailing list