Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Popup Selection Window in one line

Aug
2,320
111
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
 
Back
Top