for /f "delims=" %d in ('dir /s /b /ad ^| sort /r') do rd "%d"
rem (if used inside a batch file, replace %d with %%d)
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
netsh advfirewall firewall add rule name="ICMP Allow incoming V6 echo request" protocol=icmpv6:8,any dir=in action=allow
Install Instructions: windows INSTALL.md
Add Desktop development with C++ as part of the installmkdir C:\src\vcpkg
cd C:\src\vcpkg
git clone https://github.com/microsoft/vcpkg
.\vcpkg\bootstrap-vcpkg.bat
.\vcpkg install openimageio:x64-windows
C:\src\vcpkg\installed\x64-windows\tools
PATH so its available on the command linesetx PATH "$env:PATH;C:\src\vcpkg\installed\x64-windows\tools\openimageio;C:\src\vcpkg\installed\x64-windows\tools\openexr"