Prevent command prompt from closing using bat file with ant | Selenium Forum
M
Posted on 01/09/2016
Hi Ashish
While running a bat file having ant commands, how can I prevent the command prompt from closing after execution to see the results. The bat file has following commands:

[code:1lbzt1nd]d:
cd D:\Selenium_Scripts
ant clean compile run[/code:1lbzt1nd]

M
Replied on 01/09/2016

you cannot change it.