We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89f3534 + 0bd58a4 commit a88d72dCopy full SHA for a88d72d
1 file changed
make.py
@@ -880,8 +880,8 @@ def _create_launchers(self):
880
self.create_launcher(
881
'WinPython Terminal.exe',
882
'terminal.ico',
883
- command='$SYSDIR\cmd.exe',
884
- args=r'/k WinPython_Terminal.bat',
+ command='wscript.exe',
+ args=r'Noshell.vbs WinPython_Terminal.bat',
885
)
886
887
@@ -1639,7 +1639,9 @@ def _create_batch_scripts(self):
1639
r"""@echo off
1640
call "%~dp0env_for_icons.bat" %*
1641
if not "%WINPYWORKDIR%"=="%WINPYWORKDIR1%" cd %WINPYWORKDIR1%
1642
-%USERPROFILE%\AppData\Local\Microsoft\WindowsApps\wt.exe""",
+%USERPROFILE%\AppData\Local\Microsoft\WindowsApps\wt.exe
1643
+exit
1644
+""",
1645
1646
1647
0 commit comments