HELP! 'localized.exe' is not recognized as an internal or external...

zessary

Junior Member
Apr 27, 2008
20
0
0
I have a program that I downloaded which I unzipped. Next I use a .bat file to reconstruct the program.

First error:
'../zip' is not recognized as an internal or external command, operable program or batch file.

I researched online and found that I just had to move my WinRAR program into my Windows directory and it was able to get past that.

Error I'm stuck on:
'localized.exe' is not recognized as an internal or external command, operable program or batch file.

I'm actually very ignorant when it comes to this stuff and I'm at a total loss... can anyone help or point me in the right direction?

It is "Rebuilding" in the cmd.exe dos looking window.

Thanks for any info.
 

zessary

Junior Member
Apr 27, 2008
20
0
0
Mostly giberish to me... does this make sense to anyone?
I know it gives the error right after it gives me the line "Rebuilding in Progress... 85%"
so...

echo Rebuilding in Progress... ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ²²²² 80%%
echo.
rep -d Localized.exe.rep Localized.exe >nul
cls
echo.
echo.
echo.
echo.
echo Rebuilding in Progress... ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ²²² 85%%
echo.
Localized.exe -y >nul
IF ERRORLEVEL 3 GOTO THREE
IF ERRORLEVEL 2 GOTO TWO
IF ERRORLEVEL 1 GOTO ONE
del /f /q Localized.exe.rep >nul
del /f /q Localized.exe >nul
del /f /q rep.exe >nul
cls
echo.
 

zessary

Junior Member
Apr 27, 2008
20
0
0
I do not know this language whatsoever, but if I remove the extension so it's "Localized.exe" what would happen? LOOOONG shot or just dumb?