Replies: 2 comments
|
\scripts\env.bat ? or \scripts\cmd.bat ? all icons point to a script in \scripts |
0 replies
|
@echo off REM Here's a batch file I use with WinPython to launch my Python application. REM I based my batch script on the following Stack Overflow answer. SETLOCAL |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to start a batch file when "WinPython Command Prompt.exe" is started (like the /K option for cmd.exe)?
All reactions