Changed missing volume error message to bring in line with clearer Windows 10 standard.

This commit is contained in:
Speedprior 2018-10-21 14:29:16 -07:00
commit f77eebd3ca

View file

@ -119,7 +119,7 @@ IOTYP DB "writing"
DRVNUM DB " drive "
DRVLET DB "A"
NEWLIN DB 13,10,"$"
REQUEST DB "Abort, Retry, Ignore? $"
REQUEST DB "Cancel, Try Again, Continue?$"
BADFAT DB 13,10,"File allocation table bad,$"
COMBAD DB 13,10,"Invalid COMMAND.COM"
NEEDCOM DB 13,10,"Insert DOS disk in "
@ -2163,4 +2163,4 @@ TRANCODE ENDS
COMLEN EQU TRANDATASIZE+TRANCODESIZE-102H ;End of COMMAND load. ZERO Needed to make COMLEN absolute
TRNLEN EQU (PRETRLEN+TRANCODESIZE+TRANDATASIZE+15)/16 ;Length of transient in paragraphs
END PROGSTART