Skip to content

Instantly share code, notes, and snippets.

@ssmythe
Last active August 7, 2016 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssmythe/7c4e4754140008bf59712f55bf369c91 to your computer and use it in GitHub Desktop.
Save ssmythe/7c4e4754140008bf59712f55bf369c91 to your computer and use it in GitHub Desktop.
A simple windows test
@echo off
echo %COMPUTERNAME% >> C:\temp\test.log
date /t >> C:\temp\test.log
time /t >> C:\temp\test.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment