khanat-opennel-code/code/nel/tools/3d/build_gamedata/set_title.bat

5 lines
67 B
Batchfile
Raw Normal View History

2010-05-06 00:08:41 +00:00
@echo off
IF "%1" NEQ "" (
title %1 %2 %3 %4 %5 %6 %7 %8 %9
)