Mercurial > mercurial > hgweb_kaigo.hg.cgi
annotate Perori/make.bat @ 4:ff7a3c254956 draft
new: superFC
author | pyon <pyon@macmini> |
---|---|
date | Tue, 15 Jun 2021 06:19:45 +0900 |
parents | aaaa401818a1 |
children |
rev | line source |
---|---|
0 | 1 @echo off |
2 set ACCESS="C:\Program Files\Microsoft Office\Office15\MSACCESS.EXE" | |
3 set MDB=C:\Users\KAIGO\Desktop\Perori\export.mdb | |
4 set OUTPUT=意見書依頼一覧.html | |
5 | |
6 %ACCESS% %MDB% /nostartup /x data | |
7 | |
8 copy C:\Users\KAIGO\Documents\chosairai.csv . | |
9 copy C:\Users\KAIGO\Documents\ikenshoirai.csv . | |
10 | |
11 rem perori.exe -d -c hoge.csv -b fuga.db -r 20202014 > a.html | |
12 perori_go.exe > %OUTPUT% | |
13 addtoday_go.exe %OUTPUT% | |
14 rem start %OUTPUT% | |
15 |