@echo off title Installer color f2 if not exist "%USERPROFILE%\Desktop\HeliX" mkdir %USERPROFILE%\Desktop\HeliX cls if exist "%USERPROFILE%\Desktop\HeliX\Library\version.lib" bitsadmin /transfer Version /download /priority foreground http://getlink.s2u.vn/redirect.php?link=www.mediafire.com/file/670trsqftwb921n/version.txt C:\Temp\version.txt & goto update if not exist "%USERPROFILE%\Desktop\HeliX\Library\version.lib" bitsadmin /transfer Install /download /priority foreground http://getlink.s2u.vn/redirect.php?link=www.mediafire.com/file/o23us8krshmhatd/HeliX.bat %USERPROFILE%\Desktop\HeliX\HeliX.bat & goto status :update cls ping localhost -n 1 > nul set /p version=<"C:\Temp\version.txt" set /p versionold=<"%USERPROFILE%\Desktop\HeliX\Library\version.lib" if %version% gtr %versionold% goto updater if %version% leq %versionold% goto final goto final :updater cls ping localhost -n 1 > nul rd /s /q "%userprofile%\Desktop\HeliX" ping localhost -n 1 > nul mkdir "%USERPROFILE%\Desktop\HeliX" ping localhost -n 1 > nul cls bitsadmin /transfer Update /download /priority foreground http://getlink.s2u.vn/redirect.php?link=www.mediafire.com/file/o23us8krshmhatd/HeliX.bat "%USERPROFILE%\Desktop\HeliX\HeliX.bat" goto status :status echo. echo. ping localhost -n 1 > nul color fa if exist "%USERPROFILE%\Desktop\HeliX" echo Success! & echo. & pause & exit color fc if not exist "%USERPROFILE%\Desktop\HeliX" echo Falure! & echo. & pause & exit :final echo. echo. ping localhost -n 1 > nul echo No New Version Available. echo. echo You Are Up To Date! pause exit :fail echo. echo. ping localhost -n 1 > nul echo Could Not Update. echo. echo Have You Installed It Yet? pause exit