Mercurial > mercurial > hgweb_porori.cgi
view Porori/make.bat @ 1:bcbe8663e582 default tip
bug fix.
author | pyon@macmini |
---|---|
date | Fri, 14 Feb 2020 18:48:53 +0900 |
parents | 2b4fc52a96d9 |
children |
line wrap: on
line source
@echo off rem -------------------------- rem Config (make porori.json) rem -------------------------- porori.exe rem -------------------------- rem Get Data (recent) rem -------------------------- set ACCESS="C:\Program Files\Microsoft Office\Office14\MSACCESS.EXE" set MDB=C:\Users\KAIGO\Desktop\Porori\export.mdb set CSV=C:\Users\KAIGO\Documents\nintei.csv %ACCESS% %MDB% /nostartup /x data rem -------------------------- rem Do Filter rem -------------------------- porori_go.exe %CSV% > a.csv start a.csv