scoundrel86
Programmer
I need to determine the version of windows that my compiled QB4.5 program is running under. In my program, I am shelling out to run a batch file that is created from within the program. In order to run the programs properly from the batch file, I need to specify either the use of COMMAND for Win9x or CMD for WinXP. For this reason, I need to determine the version of windows so that I can shell properly. Any suggestions?