Hi all,
I am facing a typical behabiour when trying to run
I have written the above code in a
jsp file. Running the jsp file it is not executing the batch file.
But if I put the below code after above code in jsp the batch is executed.
Also I have checked that the batch is executing while run from command promt.
Also can somebody confirm me whether the code written after Runtime.exec() will be executed after the exec finished its work or not?
Please help.