I'm trying to update a batch file, I currently have
%windir%\system32\inetsrv\AppCmd.exe list app "%app_pl%/%app_pl%" | find "%app_pl%" >nul
I would like to add in a check for enable32BitAppOnWin64 to confirm its set to "true" I'm not sure how to put an AND into this statement, can anyone help?