Hello,
I would like to know if it's possible to execute a .bat and at the end position on a repertory without closing the prompt command ?
Thank you in advance for your help.
execute a bat without closing the prompt command
Moderator: DosItHelp
just put "cmd" in the last line
hi,
just put "cmd" in the last line, like this .BAT
NoClosePrompt.bat
@echo off
echo hello mathmax
cmd
:: command below will be ignored
cls
just put "cmd" in the last line, like this .BAT
NoClosePrompt.bat
@echo off
echo hello mathmax
cmd
:: command below will be ignored
cls