
Re: ~ OEM BRANDING HELP ~
Dos_Probie wrote:
but do not have a goto Custom like Squashman's post
If at any point in time you use goto, look very carefully whether you really need it.
In 95% of cases it can be replaced with a 'call cmd /c exit %errorLevel%'.
The only valid cases of using goto is when breaking a loop 'for /l %%? in () do goto :breakFor'.
Dos_Probie wrote:
I am not familiar with :§init ( paramRAW ) what does that do?

Nothing, to DOS everything after a label is comment.