From dbff75161cd60f23591b40b4345300164a8bc829 Mon Sep 17 00:00:00 2001 From: Fawaz Ahmed Date: Wed, 13 Nov 2019 20:43:11 +0530 Subject: [PATCH] Update Latest-ADB-Installer.bat Add my name to script --- Latest-ADB-Installer.bat | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Latest-ADB-Installer.bat b/Latest-ADB-Installer.bat index 00e2526..4708a6e 100644 --- a/Latest-ADB-Installer.bat +++ b/Latest-ADB-Installer.bat @@ -29,7 +29,7 @@ if '%errorlevel%' NEQ '0' ( :gotAdmin pushd "%CD%" CD /D "%~dp0" -:-------------------------------------- +:-------------------------------------- :: Source: https://stackoverflow.com/questions/4619088/windows-batch-file-file-download-from-a-url :: Downloading the latest platform tools from google @@ -56,5 +56,7 @@ del /f adbinstallerpackage.zip :: Installation done cls +echo Latest ADB and Fastboot Driver Installer tool +echo By fawazahmed0 @ xda-developers echo Installation complete, press any key to exit -pause > NUL \ No newline at end of file +pause > NUL