To run MS DOS batch files in win xp

Sin4290

Honorable
Mar 13, 2012
5
0
10,510
I'm using windows xp sp2. I have a network security project in java. There are some MS-DOS batch files, i need to run them in order to execute. But while i click, it just blinks and disappears. Should i change any settings in my windows in order to make it work?
 
Batch files are supposed to that. They execute the commands in the batch file and immediately exit.

If you want to see the results you either need to run them from a command prompt or add code to the end to pause the batch file until you are ready for it to exit.