Skip to content

Instantly share code, notes, and snippets.

@0x4a
Last active December 19, 2015 09:19
Show Gist options
  • Save 0x4a/5932491 to your computer and use it in GitHub Desktop.
Save 0x4a/5932491 to your computer and use it in GitHub Desktop.
empty windows recycle bin #ahk #tool #system
Msgbox,52,Bitte bestätigen,Soll der Papierkorb wirklich geleert werden?
Ifmsgbox No
ExitApp
Else
FileRecycleEmpty
If %ErrorLevel%
Msgbox,,,something went wrong
ExitApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment