Bitcoin full Node Blockchain update and storage use update
Put all these files into the C:\Program Files\Bitcoin\daemon\batch Folder.
Start everything using the "Bitcoin Node.bat" script, it starts "color.bat" its the normal daemon with a grey text color (so its easier on the eyes) and it starts "Update.bat" wich contains the Blockchain info commands and the storage space commands.
"Update.bat" runs the bitcoin-cli.exe -getinfo and bitcoin-cli.exe -netinfo command several times and then runs the dir D:DATA\blocks\ /d /s command several times and starts over. Change D:DATA\blocks\ to wherever you have the Blockchain saved.