Ok, in Batch the command looks like this:
:A
CODE
GoTo :A
Making it go to a certain spot after the code is ran.
How do I utilize this in VB.Net?
:A
CODE
GoTo :A
Making it go to a certain spot after the code is ran.
How do I utilize this in VB.Net?