ORPA-pyOpenRPA/Resources/WPy32-3720/scripts/spyder.bat

9 lines
197 B

@echo off
call "%~dp0env_for_icons.bat"
cd/D "%WINPYWORKDIR%"
if exist "%WINPYDIR%\scripts\spyder3.exe" (
"%WINPYDIR%\scripts\spyder3.exe" %*
) else (
"%WINPYDIR%\scripts\spyder.exe" %*
)