Lior Silberman wrote:
I'm pretty sure there used to be a "version" command in some of the later versions of DOS and certainly in windows. In any case can't the Installer make a system call and check which OS it's running under?
There is the "ver" command, which displays the version. It is useless for scripts though, as there is no way to get the output into a test (such as assigning the output to an environment variable.) The windos shell is simple, particularly if you need to support win98. Good thing I only run that in a qemu session, the thought of actually having to use it :-( Helge Hafting
