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 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cleanup/cleanup.py (limited to 'cleanup/cleanup.py') 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 -- cgit v1.2.3