This one line will display a popup selection window, and return the result;
For a TUI popup selection window;
![1731077203732.webp 1731077203732.webp]()
For a GUI popup selection window;
![1731077161260.webp 1731077161260.webp]()
Joe
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;
Code:
OPTION //ConsolePopupWindows=Yes
For a GUI popup selection window;
Code:
OPTION //ConsolePopupWindows=No
Joe