mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 14:56:30 +01:00
7 lines
No EOL
259 B
Batchfile
7 lines
No EOL
259 B
Batchfile
@echo off
|
|
set DJANGO_SETTINGS_MODULE=settings
|
|
set PYTHONPATH=.
|
|
echo Starting Evennia...
|
|
|
|
rem We're only going to run in interactive mode until we've had more time to make sure things work as expected on Windows.
|
|
twistd -oy --logfile=- --python=server.py |