Note: I have almost no idea at all how batch file \'for\' loops work.
The batch file I have currently:
\"C:\\Program Files (x86)\\HMA! Pro VPN\\bin\
In a batch file you have to use two percents for FOR parameters, that's all
FOR
for /f "usebackq tokens=1,2,3,*" %%A in (`netsh interface show interface`) do ( if "%%D"=="Local Area Connection 2" set state=%%B )