view dist.bat @ 16:b651aa41b9d4 default tip

hhsinfo method (server)
author pyon@macmini
date Mon, 15 Jul 2019 07:03:05 +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