Forum: Poser Python Scripting


Subject: os.startfile

Naylin opened this issue on Feb 01, 2007 ยท 12 posts


semidieu posted Tue, 06 February 2007 at 6:42 AM

Thanks... I was hoping it could be easier...

I already tried "popen", but it seems to not work exactly the same on PC or Mac. For example:

os.popen('notepad.exe text.txt')

work for PC. But for Mac, someone told me to use:

os.popen('open text.txt').

This doesn't work on PC... and I can't test on a Mac to check if it's working...