mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
7 lines
No EOL
239 B
Batchfile
7 lines
No EOL
239 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 -noy server.py |