-
-
Save pa-0/300b1fd7c097366762e98d3da9824c2f to your computer and use it in GitHub Desktop.
Github GistV2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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