I want to know how to create a batch file for checking .net is framework 3.5 sp1installed or not in the system. Please, help.
framework 3.5 sp1
You can check if the folder% systemroot% \ Microsoft.NET \ Framework \ v3.5 exists.
In your batch file, it might look like this:
IF EXIST "%systemroot%\Microsoft.NET\Framework\v3.5" ECHO File exists!
And here is a list of other features: http://www.walkernews.net/2008/05/16/how-to-check-net-framework-version-installed/
Source: https://habr.com/ru/post/1778102/More articles:How to avoid this purple flash on Chrome when using transitions? - google-chromeEclipse environment variables - javaSpring roo - NonRelational DB support - javaParsing an array of characters - cInstall the folder as a drive (connection)? - windows-xpFluent NHibernate: Map List - fluent-nhibernateASP.NET MVC Razor Syntax Error - c #The memory size of my application delphi - objectandroid, image stretching - androidFirebug 1.6 doesn't show me JS errors - jqueryAll Articles