Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - <b>function 2eh set/reset verify flag</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 2Eh            Set/Reset Verify Flag

    Turns the write verify flag on or off.

        Entry   AH = 2Eh
                AL = 0 | 1   Turn VERIFY off | on
                DL = 0       (DOS 1.x/2.x only)

        Return  Nothing

    ------------------------------------------------------------------

    When the verify flag is on, all disk writes are verified provided
    the device driver supports read-after-write verification.

    The verify flag is typically off, because disk errors are rare and
    verification slows writing.

    Note that the flag can be changed by DOS's VERIFY command.

See Also: 54h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson