I have a batch script with a panel for setting options. Atfer the user has clicked on the Run button, the script is processing. A window displays informations and the script progress with a progress bar. I added a Cancel button on this window. I can stop the script progress by pressing the Esc key but I would like to stop the script process with the Cancel button. Do you know how we can do this ?
Thanks