I want to know how to create batch file for check .net framework 3.5 sp1
is installed or not in system.
Please Help.
You can check if the folder %systemroot%\Microsoft.NET\Framework\v3.5 exists.
In your batch file, it could looks like:
IF EXIST "%systemroot%\Microsoft.NET\Framework\v3.5" ECHO File exists!
And here is a list of other possibilites: http://www.walkernews.net/2008/05/16/how-to-check-net-framework-version-installed/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With