Page 1 of 1

start "" changes the window title !!!!

Posted: 2021-Oct-24, 2:04 pm
by PiotrMP006
Hi

start "" changes the window title

ex

Code: Select all

start "" /b /low dir "D:\" /s

Image

Please help

Re: start "" changes the window title !!!!

Posted: 2021-Oct-24, 3:09 pm
by Simon Sheppard
just fill in the title that you want

Code: Select all

start "Command Prompt" dir "D:\" /s
start %comspec% dir "D:\" /s
start "anything" dir "D:\" /s