Avery Dennison 6035 Programmer Manual Rev.A 7/98 User Manual
Page 178

3-120 ROM-DOS 6.22 User Manual
7/9/98
V E R S I O N . S Y S
Config.sys
Purpose
Modifies the version number that ROM-DOS reports. This device
performs the same function as the Internal VER command. The
difference is that this one allows the change to occur during config.sys
processing so that version specific device drivers can load properly.
Syntax
DEVICE=VERSION.SYS n.nn
Remarks
The new version number, n.nn, should be specified with two digits after
the decimal. This command revises only the record of the DOS version
number; it does not change the actual Operating System loaded in the
computer.
The version number change can be verified after booting using the
VER command.
Examples
DEVICE=VERSION.SYS 5.0
Changes the record of current DOS version in use to DOS 5.0. Any
programs that are executed, following this command, recognize that
DOS 5.0 is running.