MDBU add new option: Run Script?
Posted: 11 Jan 2023 09:13
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:
For preview we can use AHK script left click to close external program.
#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}