VERSION -- SHOW THE VERSION OF AUDIO PRECISION TESTS AND PROCEDURES
        -- (version 2.00,  9-89)

    This program determines and prints to the standard output
    the version of each Audio Precision test or procedure or DSP
    file encountered.
    The file dates and times are also printed.

Usage: VERSION [/f] [/c] [filename] [filename]... 

Options:
	/f		show Filenames attached to .TST file.
	/c		Continuous output, don't do paging. (for use in redirection)

Notes:    
    1.      Normal MS-DOS filename conventions are used including paths.
    2.      Wildcards are supported.

Examples:

    VERSION myfile.tst   (show version of myfile.tst)
    VERSION *.*          (show versions of all files in the current directory)
    VERSION *.tst *.pro  (show versions of all tests and procedures
                           in the current directory)
    VERSION \aptst\*.tst (show versions of all tests in directory \aptst)
    VERSION \aptst       (show versions of all files in directory \aptst)
