diff dist.bat @ 13:f5ffc34f045a

manage DB.
author pyon@macmini
date Wed, 14 Nov 2018 19:43:40 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dist.bat	Wed Nov 14 19:43:40 2018 +0900
@@ -0,0 +1,20 @@
+@echo off
+title ҁ[[
+
+set org_dir=C:\MinGW\msys\1.0\home\muto\wx\rsearcher
+set tgt_dir=E:\rsearcher
+
+call :file_copy grsearcher.exe
+call :file_copy manual.pdf
+rem file_copy client.exe
+rem file_copy crytpo.exe
+
+goto end
+
+:file_copy
+copy /y %org_dir%\%1 %tgt_dir%\%1 > nul
+exit /b 0
+
+:end
+pause
+