From df12a1d0712ac6a75b06f580cc2b07de4cae83dc Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 12 Apr 2018 17:24:28 +0100 Subject: made the program work with all users and made cleanup script --- cleanup/cleanup.py | 7 +++++++ cleanup/icon.ico | Bin 0 -> 31020 bytes 2 files changed, 7 insertions(+) create mode 100644 cleanup/cleanup.py create mode 100644 cleanup/icon.ico (limited to 'cleanup') diff --git a/cleanup/cleanup.py b/cleanup/cleanup.py new file mode 100644 index 0000000..4ba20bc --- /dev/null +++ b/cleanup/cleanup.py @@ -0,0 +1,7 @@ +import shutil +import os + +try: + shutil.rmtree(os.path.join(os.environ["ALLUSERSPROFILE"], "EEHPH2")) +except: + pass \ No newline at end of file diff --git a/cleanup/icon.ico b/cleanup/icon.ico new file mode 100644 index 0000000..b81e427 Binary files /dev/null and b/cleanup/icon.ico differ -- cgit v1.2.3