Menu

#397 NANSI.SYS doesn't recognize that it has already been loaded.

freedos13
wont-fix
Jim Hall
NANSI.SYS (1)
9
2025-08-11
2024-05-03
Oliver
No

You can load NANSI.SYS multiple times. The driver does not recognize that it has already been loaded.

This is the case both if you load NANSI.SYS several times via FDCONFIG.SYS or if you load it several times with DEVLOAD.

See Screenshot:

1 Attachments

Discussion

  • Anthony Williams

    As a workaround you can probably do something like this:

    mem /c | find "ANSI" >NUL
    if errorlevel 1 goto loadansi

    Or you could use NNANSI, which is an unloadable TSR.
    Tom Almy's DOS page (look for NNANS593.ZIP, GPL w/ src)

     
  • Jim Hall

    Jim Hall - 2024-06-05

    I think we should close this "bug." It is not really a bug, but there's a expectation in DOS systems that the user should not try to load the same driver three times.

     
  • Jim Hall

    Jim Hall - 2025-08-11
    • labels: ANSI, ANSI.SYS, NANSI.SYS, NANSI --> NANSI.SYS
    • status: open --> wont-fix
    • assigned_to: Jim Hall
    • Priority: 5 --> 9
     
  • Jim Hall

    Jim Hall - 2025-08-11

    It is not really a bug, but there's a expectation in DOS systems that the user should not try to load the same driver three times. Closing as won't fix

     

Log in to post a comment.

MongoDB Logo MongoDB