I see it a few times in my batch script, however I'm not certain what it actually does. The two occurrences of it are below an @echo (which prints out the text following it to the console) and are exact duplicates of the text that is printed with @echo.
|
|
Not surprisingly, it sets the title of the command prompt window the batch is running in. The leading |
||
|
|
|
|
It "specifies the title for the command prompt window" (found by running |
||
|
|
|
It sets the title of the current command window title bar. If you run the following script as a batch file, you will see an example:
|
||
|
|
|
|
Try |
||
|
|
