diff --git a/update.bat b/update.bat index 5fe05dc..f96ca4c 100644 --- a/update.bat +++ b/update.bat @@ -20,4 +20,15 @@ GOTO End :End :choose -cls \ No newline at end of file +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