hi, I am geting the size in Byte so how to convert it into BG and MB? Here I am attaching my piece of code echo off &setlocal set "dir=D:\Project" for /d %%d in ("%dir%\*") do call :size "%%d" pause goto :eof :size setlocal enabledelayedexpansion set dir=%1 set size...
Hi Dave Benham, Many thanks for the mail. Actually my requirement is to get the folder size and folder path in a particular drive. Suppopse in my D drive i have 10 folders,so i will run this particular program...it should show all its folder path and size. In short i want know the path of that folde...