Mercurial > mercurial > hgweb_kaigo.hg.cgi
diff Perori/make.bat @ 0:aaaa401818a1 draft
first commit.
author | pyon <pyon@macmini> |
---|---|
date | Mon, 24 May 2021 21:32:58 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Perori/make.bat Mon May 24 21:32:58 2021 +0900 @@ -0,0 +1,15 @@ +@echo off +set ACCESS="C:\Program Files\Microsoft Office\Office15\MSACCESS.EXE" +set MDB=C:\Users\KAIGO\Desktop\Perori\export.mdb +set OUTPUT=意見書依頼一覧.html + +%ACCESS% %MDB% /nostartup /x data + +copy C:\Users\KAIGO\Documents\chosairai.csv . +copy C:\Users\KAIGO\Documents\ikenshoirai.csv . + +rem perori.exe -d -c hoge.csv -b fuga.db -r 20202014 > a.html +perori_go.exe > %OUTPUT% +addtoday_go.exe %OUTPUT% +rem start %OUTPUT% +