C
ChrisH
Does anyone know of a way to determine whether the current computer
running a python script is a workstation or server?
I've used the following code, but it only tells me the version of
Windows.
(majVer,minVer,buildNum,platID,osInfo) = win32api.GetVersionEx()
Thanks,
Chris
running a python script is a workstation or server?
I've used the following code, but it only tells me the version of
Windows.
(majVer,minVer,buildNum,platID,osInfo) = win32api.GetVersionEx()
Thanks,
Chris