Mercurial > mercurial > hgweb_kaigo.hg.cgi
comparison horori/release.bat @ 0:aaaa401818a1 draft
first commit.
author | pyon <pyon@macmini> |
---|---|
date | Mon, 24 May 2021 21:32:58 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:aaaa401818a1 |
---|---|
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 |