From 5d0d0fcc2b1d6852dfab81c2378721c331a54500 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 30 Sep 2025 22:59:07 +0000 Subject: [PATCH] Add App Install Scripts/Install Adobe Reader from Flash Drive.bat --- .../Install Adobe Reader from Flash Drive.bat | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 App Install Scripts/Install Adobe Reader from Flash Drive.bat diff --git a/App Install Scripts/Install Adobe Reader from Flash Drive.bat b/App Install Scripts/Install Adobe Reader from Flash Drive.bat new file mode 100644 index 0000000..98be7b4 --- /dev/null +++ b/App Install Scripts/Install Adobe Reader from Flash Drive.bat @@ -0,0 +1,16 @@ +CLS + +@echo off +REM Have this script in the same folder as the adobe reader exe on the flashdrive +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