Mercurial > mercurial > hgweb_rsearcher.cgi
annotate dist.bat @ 15:c262e17de9b1
db download skip-mode.
author | pyon@macmini |
---|---|
date | Sat, 08 Jun 2019 15:50:59 +0900 |
parents | f5ffc34f045a |
children |
rev | line source |
---|---|
13 | 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 |