Code:
@setlocal
@echo off
set title="Custom Button Dialog Box"
set instruction="Here's What To Do:"
set text=Check one of the following buttons:
set ac="Open"
set ad="Click on a button to select it"
set ae="Close"
set b1="IP address(es) of local computer."
set b2="Index of the current adapter"
set b3="Number of adapters in the system"
set b4="Display the IP Address for each adapter"
set b5="Exit"
set CustomButtons=/B%b1 /B%b2 /B%b3 /B%b4 /B%b5
taskdialog /A%ad /AC%ac /AE%ae...
Read more