I want to make a batch file which will do the following operation: checks if the running OS is windows. If it is than it should print Hello. Im win 10
else should print other message. How can i do this if condition?
Pseudocode:
if OS == Win10 then
echo Hello im win 10
else
echo I am another os