• Eirikur Eiriksson (7/30/2015)


    Thanks Ed for this fine piece, certain that it will be a very handy reference.

    😎

    +1

    Here, another dos command to list files, each column is separated by "*":

    @for /R %1 %%I in (%2) do @echo %%~tzI*%%~fI*%%~dpI*%%~nI*%%~xI*>>C:\DiskSize\main.log

    Where %1 is the Folder and %2 is the type of file "*" or "*.htm" or "*.js"