bat files , help

Posted under General

I don't understand what your second question is, but I'll answer your first one. There's two things you can do:

Browse to the folder that contains the batch file, hold Shift, then right-click and then select "Open command window here". A terminal should pop up, and then you'll be able to run the batch file by typing in its name. The terminal won't close after the batch file is ran, so you'll be able to see its output.

The other method is to edit the batch file itself, and simply add the text "pause" onto its own line at the end.

almozayaf said:
2. How to make list of jops , i have more thin one *.bat file and plan to make list.

"How do I make a list of jobs, I have more than one .bat file and plan to make a list."

If you're asking what I think you're asking just make a new bat file execing each of the other bat files with a pause between so you can check for errors.

1