Hello
I am having some problem in my application when it is being run from a
Vista machine. My clients have mix-mode setup, i.e. few machines
running XP and few new machines (now) running Vista.
I am making a work-around for Vista machine but would like to retain
the old-logic when they are being run from XP/98/2k machines.
In order to that I need my program to auto-identify which OS it is
being run from.
How do I get the OS from which my application is being run on a
network drive ?
I tried with blswprun("VER >temp001.txt")
This returns MS-DOS Version 5.00.500 in all the cases i.e.
- run from local Vista drive
- run from mapped XP drive in a vista machine
- run from local XP drive.
However, when I run the VER command from the dos prompt (CMD.EXE) on a
Vista machine it shows me "Windows version 6.0.."
How can I get this value from Clipper on a Vista machine ?
Thanks
regards/-
Rajesh