" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#008000" VLINK="004000" ALINK="#00C000">

                                 SETVER

Purpose:    Allows to assign to different executable programs different
            numbers of DOS version.

Syntax:     SETVER = {Yes|No|On|Off}[,<filename>]

            where: <filename> - file name (with path) containing information
            about DOS versions reported to programs (by default SETVER.SYS).

By default: SETVER=Off

Example:

        SETVER = On,c:\ptsdos\setver.sys

     SETVER.SYS file structure (text form):

<filename1> x.xx
<filename2> y.yy
................
<filenameN> z.zz

     According to this file the number of version x.xx will be reported to
the <filename1> program, the number of version y.yy will be reported to the
<filename2> program, z.zz will be reported to the <filenameN> program.  The
PTS-DOS distribution diskette contains an example of the file SETVER.SYS.