changeset 17:5cfd56254936

Update python3path.bat committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Fri, 26 Mar 2021 00:15:39 -0400
parents 2446a8799a65
children 916bab9ae217
files python3path.bat
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/python3path.bat	Fri Mar 26 00:14:09 2021 -0400
+++ b/python3path.bat	Fri Mar 26 00:15:39 2021 -0400
@@ -8,4 +8,7 @@
 %temp%\python3path\pathed.exe /append %userprofile%\AppData\Local\Programs\Python\Python39 /user
 %temp%\python3path\pathed.exe /append %userprofile%\AppData\Local\Programs\Python\Python39\Scripts /user
 echo Python added to path!
+echo.
+echo Performing cleanup...
+del /f /s /q %temp%\python3path > nul
 pause