1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-11 14:37:44 +00:00
kawari/scripts/run_artifacts_windows.bat

14 lines
441 B
Batchfile
Raw Normal View History

2025-05-03 18:56:57 -04:00
@echo off
(
start "admin" cmd /C "kawari-admin.exe"
start "frontier" cmd /C "kawari-frontier.exe"
start "login" cmd /C "kawari-login.exe"
start "patch" cmd /C "kawari-patch.exe"
start "web" cmd /C "kawari-web.exe"
start "lobby" cmd /C "kawari-lobby.exe"
start "world" cmd /C "kawari-world.exe"
start "launcher" cmd /C "kawari-launcher.exe"
start "savedatabank" cmd /C "kawari-savedatabank.exe"
) | pause