diff --git a/scripts/Empty Recycle Bin/erb.py b/scripts/Empty Recycle Bin/erb.py new file mode 100644 index 0000000..5ff7ceb --- /dev/null +++ b/scripts/Empty Recycle Bin/erb.py @@ -0,0 +1,6 @@ +import winshell +try: + cmd = winshell.recycle_bin().empty(confirm=False, sound=True) + print("Recycle bin is emptied now !") +except cmd: + print("Recycle bin was already empty !")