Windows Batch Scripting Question - Experts Exchange - The network for technology professionals.

Windows Batch Scripting Question - Experts Exchange - The network for technology professionals.

瀏覽:1425
日期:2025-11-19
Hi there, I need to create a batch file that will convert a number in bytes to either KB, MB or GB with 2 decimal points. @echo off FOR %%A IN (4321,1342.56,2145386496) do ......看更多