Dos - Title Command

Card Puncher Data Processing

How to

Start a cmd windows with a title

start "myTitle" cmd

See Dos - Start Command

Set the title with the content of a file

set BASE_PATH=%~dp0
for /f "usebackq delims=" %%L in ("%BASE_PATH%title.txt") do title %%L





Discover More
Card Puncher Data Processing
Dos - Start Command

Starts a (separate|independent) window to run a specified batch script, program or command. It ensures that the process detaches from the console window, which allows the command to run concurrently....



Share this page:
Follow us:
Task Runner