diff --git a/App Install Scripts/install exe from flash drive.bat b/App Install Scripts/install exe from flash drive.bat new file mode 100644 index 0000000..15afb2e --- /dev/null +++ b/App Install Scripts/install exe from flash drive.bat @@ -0,0 +1,19 @@ +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 + + + +