Sorry to kick this topic up but in windows 7 this worked perfectly.
Recently I moved to windows 10 and the function generates an error, I used the F1 example of FileTypeRegister to try it in it's most basic form but it errors at the FileTypeRegister command:
Macro Macro40
Also tried
Macro Macro40
Recently I moved to windows 10 and the function generates an error, I used the F1 example of FileTypeRegister to try it in it's most basic form but it errors at the FileTypeRegister command:
Macro Macro40
FileTypeRegister "vig" "vigfile" "Vig File" "shell32.dll,20" "notepad.exe ''%1''"
str s="test"
s.setfile("$desktop$\test.vig")
run "$desktop$\test.vig"Also tried
Macro Macro40
