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