Well CMD.EXE replaces COMMAND.COM, so you might want to start there. I
don't remember anything built into DOS for debugging batch files other
than PAUSE & ECHO ON.
Winterlight wrote:
At 10:18 AM 12/15/2005, you wrote:
At 01:55 PM 15/12/2005, Winterlight wrote:
Start /Wait
That just runs the batch file and doesn't return to the command prompt
until it is done. I'm looking for something that will step through it
one line at a time.
start/wait runs a application, and waits for it to conclude, before
moving on to the next line in a batch file. The difference between XP 2k
and 98 with the Start command, is that in 98 you run the exe file
directly, but in XP you run from a shortcut. I would have to look around
to find the exact language.... it has been awhile since I used it.