Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Created September 13, 2023 11:46
Show Gist options
  • Save JoeGlines/79def8ec1730f0f56cffc5966c59e311 to your computer and use it in GitHub Desktop.
Save JoeGlines/79def8ec1730f0f56cffc5966c59e311 to your computer and use it in GitHub Desktop.
Github GistV2
if !ClipWait(2)
{
Notify.Default.GenSound := "Error"
Notify.show('The attempt to copy text onto the clipboard failed.')
sleep 3000
Exitapp
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment