Update RUNVVCEasy.bat

This commit is contained in:
MartinEesmaa 2022-01-06 14:00:38 +11:00 committed by GitHub
parent a05c33ab29
commit 2c11d4479f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ cd 7-Zip
:exit :exit
cls cls
title Have a nice day! title Have a nice day!
echo Have a nice day! :) echo Have a nice day! Thanks for using VVCEasy. :)
::: _ _ _ ::: _ _ _
::: | | | | | | ::: | | | | | |
::: | |_| |__ __ _ _ __ | | ___ _ ___ _ _ ::: | |_| |__ __ _ _ __ | | ___ _ ___ _ _
@ -93,9 +93,9 @@ title VLC Media Player (custom build of o266player)
cls cls
echo Hello, would you like to install VLC Media Player (v3.0.11.1 Vetinari, custom build of o266player) on your computer? echo Hello, would you like to install VLC Media Player (v3.0.11.1 Vetinari, custom build of o266player) on your computer?
echo Before you install... echo Before you install...
echo The VLC Media Player (custom build of o266player) works only on Windows 11, Windows 10, Windows 8.1, Windows 8, Windows 7 SP1, Windows Server 2022, Windows Server 2019, Windows Server 2016 and Windows Server 2012. echo The VLC Media Player (custom build of o266player) works only on Windows 7 / Windows Server 2012 or earlier versions.
echo Windows XP and older versions won't work, because it could be terminal error or/and cannot decode format. echo Windows Vista and older versions won't work, because it could be terminal error or/and cannot decode VVC format.
echo You need to run 64-bit / x64. On 32-bit / x86, it won't work. echo You need 64-bit / x64 to run VLC custom build. On 32-bit / x86, it won't work.
echo Install? Y/N? echo Install? Y/N?
set /p vlcinstall=Answer: set /p vlcinstall=Answer:
if %vlcinstall% == Y goto vlcinstaller if %vlcinstall% == Y goto vlcinstaller