Can I test the title of a Command Prompt window? I know that I can start a .bat file with a title:
start "idk_title" cmd /c ".\idk_name.bat"
But is there a way that I can test it? Something like this:
if title == "idk_title" echo wow the title says idk.