PAUSE is just another command you can use in a BAT file. It pauses the BAT file until you press a key and gives you a chance to look at the output before it disappears. Just put PAUSE on a line by itself in the BAT file. You'll want to remove it from the finished product though, it's just for testing.