Register file extension in window registry?

If your application executable is in C:\your dir\your program.exe
the line is translated to:

“C:\your dir\your program.exe” “%L”

%L is translated to the file you’re opening, so your program is executing having that file as the first parameter

Leave a Comment