G
Guest
I have an exe console app that i wrote, which works on custom data files. I'd like to give these data files a custom extension and somehow register that file extension with my exe, so all i have to do is double click the data file and my exe will launch.
How do you register an exe with a file extension
Once this is done, and you double click the file with the file extension, how does the exe know which file was clicked? is the path passed into the exe as one of the args in the Main function
Thanks
How do you register an exe with a file extension
Once this is done, and you double click the file with the file extension, how does the exe know which file was clicked? is the path passed into the exe as one of the args in the Main function
Thanks