Hey, in DOS you could stop the execution of any program by simply pressing the "break / pause" button, this method is the most effective method to stop a program as it doesn't need the program to handle the pausing like other pausing shortcuts because there was a dedicated interrupt int 1Bh, it seems this method doesn't work on js-dos...
Hey, in DOS you could stop the execution of any program by simply pressing the "break / pause" button, this method is the most effective method to stop a program as it doesn't need the program to handle the pausing like other pausing shortcuts because there was a dedicated interrupt
int 1Bh, it seems this method doesn't work on js-dos...