From cf4fea956cad75fcf691b25f1c064063f76a986b Mon Sep 17 00:00:00 2001 From: stonebig Date: Sun, 18 May 2025 14:42:53 +0200 Subject: [PATCH] reduce .bat script quantity --- portable/scripts/WinPython_Terminal.bat | 3 --- portable/scripts/register_python_for_all.bat | 3 --- portable/scripts/unregister_python_for_all.bat | 3 --- 3 files changed, 9 deletions(-) delete mode 100644 portable/scripts/WinPython_Terminal.bat delete mode 100644 portable/scripts/register_python_for_all.bat delete mode 100644 portable/scripts/unregister_python_for_all.bat diff --git a/portable/scripts/WinPython_Terminal.bat b/portable/scripts/WinPython_Terminal.bat deleted file mode 100644 index 3e55a021..00000000 --- a/portable/scripts/WinPython_Terminal.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -Powershell.exe -Command "& {Start-Process PowerShell.exe -ArgumentList '-ExecutionPolicy RemoteSigned -noexit -File ""%~dp0WinPython_PS_Prompt.ps1""'}" -exit \ No newline at end of file diff --git a/portable/scripts/register_python_for_all.bat b/portable/scripts/register_python_for_all.bat deleted file mode 100644 index 9f45aa70..00000000 --- a/portable/scripts/register_python_for_all.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -call "%~dp0env.bat" -"%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\site-packages\winpython\associate.py" --all diff --git a/portable/scripts/unregister_python_for_all.bat b/portable/scripts/unregister_python_for_all.bat deleted file mode 100644 index b1600226..00000000 --- a/portable/scripts/unregister_python_for_all.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -call "%~dp0env.bat" -"%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\site-packages\winpython\associate.py" --unregister --all