Skip to content

Instantly share code, notes, and snippets.

@hklcf
Created August 4, 2016 11:29
Show Gist options
  • Save hklcf/5a250e1f16578d95c9e49743de94210b to your computer and use it in GitHub Desktop.
Save hklcf/5a250e1f16578d95c9e49743de94210b to your computer and use it in GitHub Desktop.
@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