I'm interested in associating a certain file extension let's call it '.abc' with a Python script that I want to develop.
When the .abc file is double clicked, I would like it to be parsed by my Python script.
Is there any way to do this?
Thank you Chris