shadowspawn Cheater
Reputation: 1
Joined: 25 Jun 2010 Posts: 38
|
Posted: Sun Jul 18, 2010 8:26 pm Post subject: Trivial question |
|
|
| But this has always bothered me. I notice that when some people want to drop out of their .bat files they use the "goto :eof" command. I've always wondered why they would do that considering that in a .bat file the "exit" command operates in pretty much the exact same way (save that you can't use goto :eof directly from command prompt). So what is the advantage (if any) of using a goto instead of an exit?
|
|