Mercurial > codedump
diff python3path.bat @ 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 | 26b01c33d7ab |
children |
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