MDBU add new option: Run Script?

Features wanted...
Post Reply
Norn
Posts: 415
Joined: 24 Oct 2021 16:10

MDBU add new option: Run Script?

Post by Norn »

Is this possible? Sometimes I want to preview or process a file with an external program without losing the selection, for example enter script ID: #1401.
For preview we can use AHK script left click to close external program.

Code: Select all

if (<curext> == "txt" || <curext> == "ini") {
    Script...
    }
    else {MDBU}
Win10, Win11 @100% 2560x1440 22H2

Post Reply