I’d like the free space to be in GB, not MB. How could I change that?
for /f "tokens=3" %%a in ('dir c:') do (
set bytesfree=%%a
)
set bytesfree=%bytesfree:,=%
echo Free space on partition C: [%bytesfree%] B
endlocal && set bytesfree=%bytesfree%
I’d like the free space to be in GB, not MB. How could I change that?
for /f "tokens=3" %%a in ('dir c:') do (
set bytesfree=%%a
)
set bytesfree=%bytesfree:,=%
echo Free space on partition C: [%bytesfree%] B
endlocal && set bytesfree=%bytesfree%
I want to add a new multi-select checkbox field in Magento Swatch attribute.
Hi dears I want to add validation for vat number in shipping or billing addresses when user wants to checkout. As old […]
I’ve updated Windows recently on my Windows Server 2019 Standard, 1809. Since then, Remote Desktop is not working anymore. I can connect, […]
The goal is to render Paypal express button under the customer’s email address field in checkout page. Since the checkout page is […]