Note: This video is old; some things have changed since it was made:
So instead of:
cmd /k "nmake hello && hello && exit || pause && exit"
..you can probably just use:
nmake hello && hello && exit || pause && exit 2>&1