Skip to content

Instantly share code, notes, and snippets.

@OKsign
Created February 4, 2021 09:54
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 OKsign/6731fbf6be4a8e5de3e22ed9129e7ae4 to your computer and use it in GitHub Desktop.
Save OKsign/6731fbf6be4a8e5de3e22ed9129e7ae4 to your computer and use it in GitHub Desktop.
#include <Date.au3>
Send("!{TAB}");; if you run script using hotkey or autotext, delete line 2.
$curtime = _NowTime()
$curdate =_NowDate ( )
sleep (500)
Send($curdate)
Send("_")
Send($curtime)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment