J
Jim
Hi All:
In DOS one could step through the commands in a batch file one at a time by
issuing the following command:
COMMAND /y /c TEST.BAT
In CMD I find the similar command is:
CMD /c TEST.BAT
but cannot for the life of me get the program to pause before each command
is executed as it did in DOS. Any help would be appreciated.
Thanks in advance,
Jim
In DOS one could step through the commands in a batch file one at a time by
issuing the following command:
COMMAND /y /c TEST.BAT
In CMD I find the similar command is:
CMD /c TEST.BAT
but cannot for the life of me get the program to pause before each command
is executed as it did in DOS. Any help would be appreciated.
Thanks in advance,
Jim