TASKLIST /V /FI "Memusage gt 80000"
For /F %%# In ( 'TASKLIST.exe /V /FI "Memusage gt 80000" ^| Find /C ":"') Do ( Set "Value=%%#")