Does any one have a clever way of telling the difference between Workstation and Server 4.0 in a batch script?
In the past I've used:
ver |find "NT" >null
if not errorlevel 1 goto blah
this has worked great, until the recent M$ vulnerability that has both patches for Wks and Srv...
TIA
-Alex
In the past I've used:
ver |find "NT" >null
if not errorlevel 1 goto blah
this has worked great, until the recent M$ vulnerability that has both patches for Wks and Srv...
TIA
-Alex