Add App Install Scripts/Install Adobe Reader from Flash Drive.bat

This commit is contained in:
2025-09-30 22:59:07 +00:00
parent 0cb6845958
commit 5d0d0fcc2b
@@ -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