Skip to content

Commit

Permalink
Improve status messages in launch.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
George-lewis committed Nov 19, 2019
1 parent f24fa5d commit 300ef3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ echo Python isnt installed or isnt on your path! Going to attempt looking for Py

for /r %LOCALAPPDATA%\Programs\Python %%a in (*) do if "%%~nxa"=="python3.dll" set p=%%~dpnxa
if defined p (
echo Found Python!
) else (
echo Couldn't find Python. Exiting.
)
Expand Down

0 comments on commit 300ef3f

Please sign in to comment.