Created
August 4, 2016 11:29
-
-
Save hklcf/5a250e1f16578d95c9e49743de94210b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
cls | |
set hdd=C:\ | |
cd %hdd% | |
set name=bootlog.txt | |
echo ####################>>%name% | |
date /T>>%name% | |
time /T>>%name% | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment