@@ -9,24 +9,29 @@ rem pick the right ones and rename them in launchers_final
99set do_launcher = %~dp0 launchers_src\build_one_launcher.bat
1010set do_launcher_original = %~dp0 launchers_src_original\build_one_launcher.bat
1111
12- :: WINDOWS launchers
13- rem call %do_launcher% "python.ico" "winidle.bat" "IDLE (Python GUI)" WINDOWS proposed
1412
1513echo displace this pause if you want to re-build more
1614pause
1715rem exit
1816
1917
20- call %do_launcher% " powershell.ico" " cmd_ps.bat" " WinPython Powershell Prompt" WINDOWS proposed
18+ :: WINDOWS launchers with Drag & Drop
19+ call %do_launcher% " python.ico" " winidle.bat" " IDLE (Python GUI)" WINDOWS proposed
2120call %do_launcher% " spyder.ico" " winspyder.bat" " Spyder" WINDOWS proposed
22- call %do_launcher% " spyder_reset.ico" " spyder_reset.bat" " Spyder reset" WINDOWS proposed
23- call %do_launcher% " code.ico" " winvscode.bat" " VS Code" WINDOWS proposed
2421
25- :: CONSOLE launchers
26- call %do_launcher% " cmd.ico" " cmd.bat" " WinPython Command Prompt" CONSOLE proposed
27- call %do_launcher% " python.ico" " winpython.bat" " WinPython Interpreter" CONSOLE proposed
22+ :: CONSOLE launchers with Drag & Drop
2823call %do_launcher% " jupyter.ico" " winipython_notebook.bat" " Jupyter Notebook" CONSOLE proposed
2924call %do_launcher% " jupyter.ico" " winjupyter_lab.bat" " Jupyter Lab" CONSOLE proposed
3025call %do_launcher% " winpython.ico" " wpcp.bat" " WinPython Control Panel" CONSOLE proposed
26+
27+ :: WINDOWS launchers with no Drag & Drop
28+ call %do_launcher_original% " powershell.ico" " cmd_ps.bat" " WinPython Powershell Prompt" WINDOWS proposed
29+ call %do_launcher_original% " spyder_reset.ico" " spyder_reset.bat" " Spyder reset" WINDOWS proposed
30+ call %do_launcher_original% " code.ico" " winvscode.bat" " VS Code" WINDOWS proposed
31+
32+ :: CONSOLE launchers with no Drag & Drop
33+ call %do_launcher_original% " cmd.ico" " cmd.bat" " WinPython Command Prompt" CONSOLE proposed
34+ call %do_launcher_original% " python.ico" " winpython.bat" " WinPython Interpreter" CONSOLE proposed
35+
3136pause
3237
0 commit comments