# HG changeset patch # User pyon@macmini # Date 1581673733 -32400 # Node ID bcbe8663e582c4422547f772855c1654e40b1a94 # Parent 2b4fc52a96d90c7175a5de2dcf9e32bd4ba2bbeb bug fix. diff -r 2b4fc52a96d9 -r bcbe8663e582 Porori/Porori.bat --- 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