Page 1 of 1

MDBU add new option: Run Script?

Posted: 11 Jan 2023 09:13
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}