• 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 command, operable program or batch file.

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.

Moved to Software for Windows - Markbnj, Programming Mod
 
First of all, you don't need to move your WinRAR program into the Windows directory. You simply need to either

1. Use the fully-qualified path to the WinRAR executable in your batch file, or
2. Add the fully-qualified path to the WinRAR executable to your PATH environment variable (under Control Panel / System / Advanced / Environment Variables)

Secondly, you'll need to post the contents of the BAT file in order for us to diagnose the issue.
 
Back
Top