I'm doing some kind of program which can open stuff and other things for school and I'm wondering how I can open .ink with MMF runtime; you know, windows shortcuts??
It seems it only can open .bat and .exe ..
Using the "File" extension, select the action "Run Application" (under "File Actions")
Set the name of the application to run to "rundll32.exe"
Set the commandline to "shell32.dll,ShellExec_RunDLL ""C:\folder\shortcut"""
DO NOT put a ".lnk" at the end or it won't work.
DO make sure you have the right number of quotation marks - the file path is a string within a string, so MMF requires that you use two quotation marks at each end.