summaryrefslogtreecommitdiffstats
path: root/docs/release/build/minimaws.bat
blob: 51b94ca60d0bb03a8e03b0888412553997fa04fb (plain) (blame)
1
2
3
4
5
6
cd scripts\minimaws
del minimaws.sqlite3
python minimaws.py load --executable ..\..\hbmame.exe
python minimaws.py serve
cd..
cd..