Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9a6e1a7

Browse filesBrowse files
committed
modernize registering with flash 2.5 and care
1 parent 16eb23b commit 9a6e1a7
Copy full SHA for 9a6e1a7

File tree

Expand file treeCollapse file tree

5 files changed

+325
-390
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+325
-390
lines changed

‎portable/scripts/register_python.bat

Copy file name to clipboard
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
@echo off
22
call "%~dp0env_for_icons.bat"
3-
cd /D "%WINPYDIR%\Scripts"
4-
"%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\site-packages\winpython\register_python.py" %*
3+
"%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\site-packages\winpython\associate.py"
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
22
call "%~dp0env.bat"
3-
call "%~dp0register_python.bat" --all
3+
"%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\site-packages\winpython\associate.py" --all
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
@echo off
22
call "%~dp0env_for_icons.bat"
3-
cd /D "%WINPYDIR%\Scripts"
4-
"%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\site-packages\winpython\unregister_python.py" %*
3+
"%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\site-packages\winpython\associate.py" --unregister
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
22
call "%~dp0env.bat"
3-
call "%~dp0unregister_python.bat" --all
3+
"%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\site-packages\winpython\associate.py" --unregister --all

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.