Boot time interface environment variables

Last updated on Jun 1, 2021

The boot time interface of UltraDefrag supports UltraDefrag CLI’s environment variables plus two additional variables: DATE, which displays the current date in the format YYYY-MM-DD, and TIME, which displays the current time in the format HH-MM:

# echo %DATE% %TIME%
2021-03-34 14:24

Also you can use many system variables in your scripts, like %SystemDrive% and %SystemRoot%. Boot into the interactive console and type set to get the full list of environment variables available on your system.