Hi!
> #### reserved to condition for example yes, no, quit ####> 0.0:Y> 0.1:N > #### Space reserved to file diskcopy.c #### > (...) > 1.29:image file (Y/N)? > 1.30:disk (Y/N)? > 1.31:Copy another disk (Y/N)? Note that yes/no questions actually have kernel support. This will not help for more complex choices, but it is good to know: > INT 21 U - DOS 4.0+ - DETERMINE IF CHARACTER REPRESENTS YES/NO RESPONSE > AX = 6523h > DL = character > DH = second character of double-byte character (if applicable) > Return: CF set on error > CF clear if successful > AX = type > 00h no > 01h yes > 02h neither yes nor no This is controlled by your COUNTRY config sys settings. It only helps with parsing, not with showing the question. Cheers, Eric _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
