@
[Dear Visitor, you're restricted from viewing links until you are registered & logged on.
Click Here To Register Today
off
Cd desktop
echo Welcome to the Link Fixer. To run this script, put this along
with Change.exe on your desktop. Put all the links you want in a .txt
file and name it nagato.txt. Have all of these tasks been
accomplished?
CHOICE /C:YNP [Y]es [N]o or [P]onies
IF ERRORLEVEL 3 goto squidward
IF ERRORLEVEL 2 echo Well, close this script, fix it, and try again.
IF ERRORLEVEL 1 goto spongebob
:spongebob
IF exist nagato.txt goto larry
IF NOT exist nagato.txt goto mike
:larry
for %a in (nagato.txt) do change \x26 &
echo Done!... hopefully.
Pause
Exit
:mike
echo Something's not right. Look it over and fix it.
Pause
Exit
:goto squidward
cd c:/Program Files/Internet Explorer/iexplore.exe "https://dl.dropbox.com/u/77765959/Banned_From_Equestria_Daily_Alpha_
1_3.swf"
Pause
Exit

Something's wrong with the choice command. I want 1 to go to reference spongebob, 2 to echo some text, and 3 to go to reference squidward. However, when I run this, I get a bat splash to no avail. I've tried messing with it for a while and can't figure out what I'm doing wrong :/
By the way, it's a script to change some text in some files from one thing to another as a time saving device.