For example: you want to start file "hello.txt" in python, you will use this code:
os.startfile("hello.txt)
But the system will open "hello.txt" with default program
If I want to start "hello.txt" with Sublime Text or notepad+ or any program which is not a default program. What I have to do:?:(
Thanks (and sorry for my bad english)