Skip to content

Commit

Permalink
Merge pull request #4 from andhra21231/main
Browse files Browse the repository at this point in the history
Update The Choose
  • Loading branch information
andhra21231 authored Oct 12, 2021
2 parents 57133d0 + 0670ea2 commit dffeeca
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion update.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,15 @@ GOTO End
:End

:choose
cls
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

0 comments on commit dffeeca

Please sign in to comment.