From 1e251d9008c74933be9b7677f057c4ea33188d55 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 8 Jan 2026 04:18:34 +0000 Subject: [PATCH] Update App Install Scripts/install exe from flash drive.bat --- .../install exe from flash drive.bat | 34 ++++++++----------- 1 file changed, 15 insertions(+), 19 deletions(-) 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