when i create an app.exe that can handle data files, i ca nassociate the extension to my app. When doubleclicking in the explorer on a data file, windows starts my associated application by:
c":\prog files\app.exe" "c:\my folder\datafile.dat"
So the commandline will have an argument without any -f or other character. How can I handle that?