wesnoth/cwesnoth.cmd
2023-05-21 11:52:16 -05:00

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