Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Tom Rettigs Library - dosvers() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DOSVERS()
 Evaluates which version of PC-DOS or MS-DOS is running.
 Returns <expC> DOS version number.

 Useful if your application does things that require specific
 versions of the operating system.

 IF VAL( DOSVERS() ) < 3.3
    ? "This software requires DOS 3.3 or later."
    QUIT
 ENDIF


             Placed in the Public Domain by Tom Rettig Assoc.

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