Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1683

Popup Selection Window in one line

$
0
0
This one line will display a popup selection window, and return the result;
Code:
(echo One Widget^nWidget Two^nWidget Three |! set results=%@select[con:,10,10,32,32,Choose]) & echo %results

For a TUI popup selection window;
1731077203732.webp
Code:
OPTION //ConsolePopupWindows=Yes

For a GUI popup selection window;
1731077161260.webp
Code:
OPTION //ConsolePopupWindows=No

Joe

Viewing all articles
Browse latest Browse all 1683

Trending Articles