Keyword: JVMENU - Prompt choices

Keywords are used within scripts that enabled powerful features such as dynamic variables, clipboard manipulation, read/write files, mimic inputs and more.
User avatar
YiMeng
Author
Posts: 235
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: JVMENU - Prompt choices

Unread post by YiMeng »

Description
  • Displays a list of options then prompt user for selection. User will be able to select options using numeric values. User selection option text will be store in %JVMENU%.
Parameters
  • x: The option text to be displayed.
    • For multiple options, use "||" as seperator
Usage
  • JVMENU x
    • ex: JVMENU option1 || options2 || options3
    • DISPMSG You have selected %JVMENU%