Mercurial > mercurial > hgweb_kaigo.hg.cgi
annotate horori/release.bat @ 6:c17740b2286a draft master
update horoi manual.
author | pyon <pyon@macmini> |
---|---|
date | Thu, 22 Jul 2021 05:58:03 +0900 |
parents | aaaa401818a1 |
children |
rev | line source |
---|---|
0 | 1 set DEVELOPDIR=C:\msys64\home\nintei\wx\horori |
2 set TARGETDIR=C:\Users\nintei\Desktop\nst | |
3 | |
4 copy %DEVELOPDIR%\Readme.txt %TARGETDIR% | |
5 copy %DEVELOPDIR%\alloc\alloc.exe %TARGETDIR% | |
6 copy %DEVELOPDIR%\mover\mover.exe %TARGETDIR% | |
7 copy %DEVELOPDIR%\merger\merger.exe %TARGETDIR% | |
8 copy %DEVELOPDIR%\searcher\searcher.exe %TARGETDIR% | |
9 copy %DEVELOPDIR%\eraline\*.exe %TARGETDIR% | |
10 |