Posted in Uncategorized windows: close open file handles sd 20181113091001 Leave a Comment on windows: close open file handles 0 449 @echo off SET WORKSPACE=C:\Domino\bin\jvm for /f "tokens=3,6,8 delims=: " %%i in ('"%~dp0handle.exe" /accepteula %WORKSPACE% ^| findstr /I %WORKSPACE%') do "%~dp0handle.exe" -c %%j -y -p %%i" Author: sd Website