6 lines
117 B
Batchfile
6 lines
117 B
Batchfile
|
@echo off
|
||
|
title Open Toontown - Astron Server
|
||
|
cd ../astron/win32
|
||
|
astrond --loglevel info ../config/astrond.yml
|
||
|
pause
|