mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-23 23:07:40 +01:00
Forgot to add set answer on installpath
This commit is contained in:
parent
0807ac0528
commit
f2f8b4ea80
@ -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 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.
|
||||
set /p installpath1=Answer:
|
||||
if %installpath1% == Y goto installingpath
|
||||
if %installpath1% == N goto test
|
||||
if %installpath1% == y goto installingpath
|
||||
|
Loading…
x
Reference in New Issue
Block a user