Framework Version - how to tell ?

  • Thread starter Thread starter peteZ
  • Start date Start date
P

peteZ

Is there a way I can determine (via cmd line) what ver of the .NET framework
is installed on a particular computer ?

- peteZ
 
Is there a way I can determine (via cmd line) what ver of the .NET framework
is installed on a particular computer ?

There can be multiple versions of the framework installed. You can
list them with

dir /a:d %windir%\Microsoft.NET\Framework



Mattias
 
mattias,

perfect - many thanks,

- peteZ


Mattias Sjögren said:
There can be multiple versions of the framework installed. You can
list them with

dir /a:d %windir%\Microsoft.NET\Framework



Mattias
 
Back
Top