From e8fd7b0a795126d97338740fe5fc618735015d19 Mon Sep 17 00:00:00 2001 From: bobpan Date: Wed, 21 Oct 2020 16:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BD=AF=E4=BB=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=8F=91=E5=B8=83=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- copyUpdateFiles.bat | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 copyUpdateFiles.bat diff --git a/copyUpdateFiles.bat b/copyUpdateFiles.bat new file mode 100644 index 0000000..4773b8e --- /dev/null +++ b/copyUpdateFiles.bat @@ -0,0 +1,22 @@ +@echo off +mkdir updateFile +mkdir updateFile\algorithmLib + +xcopy runner17\lpdesigner.dll updateFile\ +xcopy runner17\QUserInfo.dll updateFile\ +xcopy runner17\lpbengine.dll updateFile\ +xcopy runner17\lpMain.dll updateFile\ +xcopy runner17\Report.exe updateFile\ +xcopy runner17\tpCam_140.dll updateFile\ +xcopy runner17\tpCam_120.dll updateFile\ +xcopy runner17\tpCam_190.dll updateFile\ +xcopy runner17\tpCam_160.dll updateFile\ +xcopy runner17\tpAlgorithm.dll updateFile\ +xcopy runner17\lpCoreCtrl.dll updateFile\ +xcopy runner17\Enchanter.exe updateFile\ +xcopy runner17\tpCam_100.dll updateFile\ + + +xcopy runner17\algorithmLib\*.dll updateFile\algorithmLib + +exit