8,452
edits
Paradox-01 (talk | contribs) m (toying around with registry ... file associations look promising) |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 23: | Line 23: | ||
Since .bsl in an unique suffix it would be enough to set 2 nodes: | Since .bsl in an unique suffix it would be enough to set 2 nodes: | ||
SOFTWARE\Classes\bsl_auto_file\shell\edit\command, ""(leave value name empty), (path to bsl editor), RegistryValueKind.String | SOFTWARE\Classes\bsl_auto_file\shell\edit\command, ""(leave value name empty), (path to bsl editor plus file as argument), RegistryValueKind.String | ||
SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bsl\OpenWithProgids, bsl_auto_file, New Byte() {}, RegistryValueKind.None | SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bsl\OpenWithProgids, bsl_auto_file, New Byte() {}, RegistryValueKind.None | ||
edits