Forgot to add set answer on installpath

This commit is contained in:
Martin Eesmaa
2022-03-02 21:18:23 +11:00
committed by GitHub
parent 0807ac0528
commit f2f8b4ea80

View File

@@ -213,6 +213,7 @@ echo Installer path environment will be only for 7-Zip.
echo Others programs should need manual, but Python, FFmpeg, wget and git must be installed manually and add automatically path environments. echo Others programs should need manual, but Python, FFmpeg, wget and git must be installed manually and add automatically path environments.
echo Do you want patch 7-Zip on your path environment, so you can type "7z" next time. echo Do you want patch 7-Zip on your path environment, so you can type "7z" next time.
echo Install 7-Zip on your path environments? Y/N? No means go back to test menu. echo Install 7-Zip on your path environments? Y/N? No means go back to test menu.
set /p installpath1=Answer:
if %installpath1% == Y goto installingpath if %installpath1% == Y goto installingpath
if %installpath1% == N goto test if %installpath1% == N goto test
if %installpath1% == y goto installingpath if %installpath1% == y goto installingpath