- Aug
- 2,320
- 111
This one line will display a popup selection window, and return the result;
For a TUI popup selection window;
For a GUI popup selection window;
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