Another use for this utility is to start the command or utility in a window with a specific title.
You can apply settings to a window that rely on the window title (see the ???Configuring the Command
Window??? section of Chapter 2 for details). Whenever you open a window with that title, it
STARTING THE COMMAND INTERPRETER 125
also has the special formatting that you specified. In short, you can create custom environments in
which to run a utility. This utility uses the following syntax:
START [???title???] [/Dpath] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED] [/LOW
| /NORMAL | /HIGH | /REALTIME | /ABOVENORMAL | /BELOWNORMAL] [/WAIT]
[/B] [{command | program}] [parameters]
The following list describes each of the command line arguments.
???title??? Defines the title of the command window title bar.
/DPath Specifies the starting directory for the command window. This value doesn??™t have to
be the same as the path for the command that you want to execute. For example, it might be the
path to the data directory for the command.
/B Starts the application without creating a new window. The application executes as a background
task and doesn??™t display a user interface.
Pages:
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344