EDIT: I have started a bounty of 50 on this question to who ever gives the best answer!
Hi i was wondering if there was a way for a batch file to make a pop up appear using the msg * "hi"
command along with other selections besides the ones that are there by default (cancel and ok) by this, i mean add custom buttons to the pop up message such as a "next" button that would bring you to another pop up message with dialog on it or something along those lines. In summary , is there a way to edit the results of the msg * "text goes here"
command?
This is what comes up...
And this is kind of what i want:
However , i also would like to know if its possible to change the title of the pop up message and the size or position of it. I know that this is starting to sound like a gui based popup in a batch file but im just wondering if its possible by any means neccessary (Keep in mind that i only want to use batch/shell). Any information or ideas would really help! Thanks!