I want to make sure that I understand this correctly.

Suppose I make a batch file like so:

@echo off
defrag c: /F /SNE
scandisk c: /AUTOFIX /SURFACE

Is it the default behavior of a batch file to finish one command before it starts another?

Thanks all, Dex