Skip to content

Instantly share code, notes, and snippets.

@theonewolf
Created February 19, 2013 21:48
Show Gist options
  • Select an option

  • Save theonewolf/4990401 to your computer and use it in GitHub Desktop.

Select an option

Save theonewolf/4990401 to your computer and use it in GitHub Desktop.
append timestamps to a file windows command line
:loop
echo %TIME% >> desktop.ini
timeout 5
goto loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment