-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathupdate.bat
More file actions
34 lines (29 loc) · 890 Bytes
/
update.bat
File metadata and controls
34 lines (29 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
echo off
color 02
echo #=================================#
echo # #
echo # Welcome To #
echo # VHC Auto Update #
echo # Code By : VHC Development #
echo # Github : github.com/vhcid #
echo # #
echo #=================================#
echo Before You're Using This Updater, Please Read Our EULA
echo EULA : https://github.com/vhcid/public-vo/blob/main/terms.md
echo 1. YES [Y]
echo 2. NO [N]
choice /c YN /m "Do You Agree Our End User Licenses Agreement ?"
if errorlevel 2 exit
if errorlevel 1 goto choose
GOTO End
:End
:choose
cls
echo Are You Want To One Time Download or Auto Update Every You Turn On Your Computer ?
echo 1. One Time Update[A]
echo 2. Auto Update[B]
choice /c AB /m "What Are Choose ?"
if errorlevel 2 goto auto
if errorlevel 1 goto onetime
:onetime
cls