khanat-code-old/code/nel/tools/3d/build_gamedata/set_title.bat
2015-12-18 13:02:31 +01:00

4 lines
67 B
Batchfile

@echo off
IF "%1" NEQ "" (
title %1 %2 %3 %4 %5 %6 %7 %8 %9
)