mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-13 18:40:16 +00:00
11 lines
148 B
Batchfile
11 lines
148 B
Batchfile
@echo off
|
|
rem
|
|
rem Runs Wesnoth with a Windows console attached.
|
|
rem
|
|
rem Usage:
|
|
rem cwesnoth <command line>
|
|
rem
|
|
|
|
wesnoth --no-log-to-file %*
|
|
pause
|