diff --git a/App Install Scripts/install exe from flash drive.bat b/App Install Scripts/install exe from flash drive.bat index 15afb2e..9b0e61b 100644 --- a/App Install Scripts/install exe from flash drive.bat +++ b/App Install Scripts/install exe from flash drive.bat @@ -1,19 +1,15 @@ -CLS - -@echo off -Echo Please Wait - -#set path=%~dp0 -#echo %path% - -xcopy /y /f "readerdc_en_xa_crd_install.exe" "C:\Users\%UserName%\Desktop" - -cd /d "C:\Users\%UserName%\Desktop" - -start readerdc_en_xa_crd_install /wait - -TIMEOUT 10 - - - - +CLS + +@echo off +Echo Please Wait + +#set path=%~dp0 +#echo %path% + +xcopy /y /f "readerdc_en_xa_crd_install.exe" "C:\Users\%UserName%\Desktop" + +cd /d "C:\Users\%UserName%\Desktop" + +start readerdc_en_xa_crd_install /wait + +TIMEOUT 10 \ No newline at end of file