윈도우 batch. 디스크 여유공간 추출 하기

윈도우 batch 스크립트. 디스크 여유공간 추출 하기

for /f “tokens=3” %%a in (‘dir D:\’) do (
set bytesfree=%%a
)
set DISKFREE=%bytesfree:,=%