annotate Perori/make.bat @ 5:519d6fd0bfd9
draft
searcher: bug fix. fcgo: new feature.
author |
pyon <pyon@macmini> |
date |
Tue, 15 Jun 2021 18:32:28 +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
|