artemis-portable/assets/read.bat

6 lines
186 B
Batchfile
Raw Normal View History

2023-11-29 02:09:12 +00:00
@echo off
start "artemis-mariadb" /MIN /D mariadb bin\mysqld.exe --console
start /B /WAIT /D artemis ..\python\python.exe read.py %*
taskkill /f /fi "WindowTitle eq artemis-mariadb" /t