view dist.bat @ 13:f5ffc34f045a

manage DB.
author pyon@macmini
date Wed, 14 Nov 2018 19:43:40 +0900
parents
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