I’m no expert at ‘bat’ files but it seems that the ‘del_old_driverpacks.bat’ (in the download zip file) has a bunch of “goto :eof” statements.
However, I don’t see an “:eof” label anywhere.
How come?
If command extensions are enabled (the default), and you use the goto command with a target label of :EOF, you transfer control to the end of the current batch script file and exit the batch script file without defining a label.