Changing the title affects how Windows stores the settings changes you make. The
Title command can change the title of a command window. This command uses the following
syntax:
TITLE [string]
The following describes the command line argument.
string Contains the text for the command window.
Creating Batch Files
Batch files are a type of simple programming that can help you store a series of commands that you
want to execute more than once. The batch file normally appears within a file with a BAT extension.
In most cases, you won??™t need to perform any programming to create a batch file; simply create a
file that contains the commands you want to execute one after the other.
NOTE Windows doesn??™t support the Break command found in many older batch files. The original
purpose of the Break command was to provide control over the Ctrl+Break key. Setting
Break ON would let someone press Ctrl+Break to stop execution of a batch file. Windows ignores
this command line switch. In addition, Server Core changes support for some batch commands
from previous versions of Windows and adds new commands. Consequently, batch files that
worked fine in Windows XP may suddenly stop working in Server Core.
Pages:
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366