comparison dist.bat @ 13:f5ffc34f045a

manage DB.
author pyon@macmini
date Wed, 14 Nov 2018 19:43:40 +0900
parents
children
comparison
equal deleted inserted replaced
12:240752cbe11b 13:f5ffc34f045a
1 @echo off
2 title ҁ[[
3
4 set org_dir=C:\MinGW\msys\1.0\home\muto\wx\rsearcher
5 set tgt_dir=E:\rsearcher
6
7 call :file_copy grsearcher.exe
8 call :file_copy manual.pdf
9 rem file_copy client.exe
10 rem file_copy crytpo.exe
11
12 goto end
13
14 :file_copy
15 copy /y %org_dir%\%1 %tgt_dir%\%1 > nul
16 exit /b 0
17
18 :end
19 pause
20