Mercurial > mercurial > hgweb_rsearcher.cgi
view dist.bat @ 14:c1dc1fcee7fe
print zoom.
author | pyon@macmini |
---|---|
date | Sun, 09 Dec 2018 14:38:15 +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