• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

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

zessary

Junior Member
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.
 
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.
 
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?
 
Back
Top