How to have a AskYesNo Dialog
without the Cancel ButtonKeywords: askyesno dialog editor
Question:
Is there a method for a WinBatch+ compiled script to have a AskYesNo dialog w/o the CANCEL button?How about an OK WITH a CANCEL button?
Answer:
- AskYesNo with no cancel. You would have to make your own via the Dialog Editor.
- OK and Cancel See the "Pause" function.
- Incidentally you can "capture" a cancel. When cancel is pressed, WinBatch searched for a ":CANCEL" label. If found, control is transferred to the label. If not, execution terminates.
Article ID: W13042Filename: AskYesNo without Cancel Button.txt