Como eu faço isso ir embora?
Você pode usar start
com a opção /b
:
start /b /Wait DeleteProfiles.exe /MIN:14 /Y
/B
- Start application without creating a new window. In this case ^C will be ignored - leaving ^Break as the only way to interrupt the application.
Fonte - comece
Leitura Adicional
- Um índice A-Z da linha de comando do Windows CMD
- iniciar - Iniciar um programa, comando ou script em lote (abre em uma nova janela).