View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018668 | MMW 5 | Install/Config | public | 2021-12-13 17:14 | 2021-12-18 01:57 |
Reporter | rusty | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 5.0.2 | ||||
Target Version | 5.0.2 | ||||
Summary | 0018668: Restart.bat can launch in a text editor on some systems | ||||
Description | In some cases, when MM tries to restart (e.g. on Restore from Backup), it'll launch restart.bat in a text editor. It's not normally possible via Windows 'Settings > File Associations' to associate 'Open'ing .bat files with an editor, but Notepad++ has a function that, in Administrator mode, edits the registry to do this. Although this is fairly non-standard, if there are other apps that do this, it may be preferable to use an exe to restart MM instead. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Other possible approaches are: - A shortcut that includes command line arguments - Adding comments to the .bat file |
|
Alternatively, perhaps it's possible to call: C:\Windows\system32\cmd.exe .\restart.bat instead of treating restart.bat as an executable? Or would that cause a command window to be visible for a short while? |