디스크 번호별 간단한 정보
디스크의 번호 순서 즉 0번 디스크 부터 차례로 나열 @if (@X)==(@Y) @end /* @echo off mode con cols=77 lines=100 setlocal enableDelayedExpansion for /f "skip=2 delims=" %%a in ('wmic diskdrive get medialoaded') do call :numdisk echo( Timeout -1 >nul goto:eof :numdisk if not defined num (set num=0) else (set /a num=%num%+1) set cnt=%num% ( for /f "delims=" %%L in ( '"wmic diskdrive %num% get index,size,model,partitions..