Mercurial > mercurial > hgweb_porori.cgi
changeset 1:bcbe8663e582 default tip
bug fix.
| author | pyon@macmini | 
|---|---|
| date | Fri, 14 Feb 2020 18:48:53 +0900 | 
| parents | 2b4fc52a96d9 | 
| children | |
| files | Porori/Porori.bat | 
| diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/Porori/Porori.bat Wed Feb 12 18:57:24 2020 +0900 +++ b/Porori/Porori.bat Fri Feb 14 18:48:53 2020 +0900 @@ -1,6 +1,7 @@ @echo off set PDIR=C:\Users\KAIGO\Desktop\Porori mkdir %PDIR% -copy S:\Current\0000_Every\最新認定情報\Porori\* %PDIR% +copy S:\Current\0000_Every\最新認定情報\Porori\bin\* %PDIR% +rem copy S:\Current\0000_Every\最新認定情報\Porori\bin64\* %PDIR% cd %PDIR% -call make +call %PDIR%\make
