| 1. |
Solve : DOS batch file - Display popup message with two choices? |
|
Answer» Using a DOS batch file I'd like to display a popup window in XP and Windows 7 where I display a message and give the user the choice to press one of two buttons - one would stop the DOS batch file, while the other button would allow it to CONTINUE. Any hint on what dos batch command/pgm I may use?Windows command language does not have popup windows with buttons but you can use a batch/Visual Basic Script hybrid to do this. |
|