15 lines
227 B
Batchfile
15 lines
227 B
Batchfile
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 |