1.

Solve : Lable help?

Answer»

Does anyone know how to make a GOTO LABLE comand work only once in a batch file.

Its like this:

p=c:\windows\system\
:start
del %p%bob.exe
p=c:\windows\system32\
goto start


Is there a way of making it go up to the start and when it READS down to 'goto start' and skip it. instead of me writing it out agein like this:

p=c:\windows\system\
del %p%bob.exe
p=c:\windows\system32\
del %p%bob.exe
Doesnt matter, i FOUND a way but its a bit complicated.



Discussion

No Comment Found