X Tutup
Skip to content

Commit b00ff3c

Browse files
committed
further reduction of .bat
1 parent 35e5ced commit b00ff3c

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
@echo off
22
call "%~dp0env_for_icons.bat" %*
3-
rem "%WINPYDIR%\python.exe" "%WINPYDIR%\Lib\idlelib\idle.pyw" %*
43
"%WINPYDIR%\python.exe" -m idlelib %*
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
@echo off
22
call "%~dp0env_for_icons.bat" %*
3-
rem "%WINPYDIR%\scripts\jupyter-notebook.exe" %*
43
"%WINPYDIR%\python.exe" -m jupyter notebook %*
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
@echo off
22
call "%~dp0env_for_icons.bat" %*
3-
rem "%WINPYDIR%\scripts\jupyter-lab.exe" %*
43
"%WINPYDIR%\python.exe" -m jupyter lab %*
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
@echo off
22
call "%~dp0env_for_icons.bat" %*
3-
rem cmd.exe /k "echo wppm & wppm" %*
43
cmd.exe /k "echo wppm & "%WINPYDIR%\python.exe" -m wppm" %*

0 commit comments

Comments
 (0)
X Tutup