localization - Make system calls (Windows Command Prompt) answer in english -


i'm working on perl script needs few system calls obtain system data. in order parse output of calls reliably on computer, need sure output of call set english.

the problem i'm facing that, example in pc, localized output commands. windows setup in spanish so, calls systeminfo return data in spanish.

is there command (or else) can run in command call make system calls act if system in english always, without having modify in system configuration?

thanks in advance comments.

notes bounty: answer problem must not interfere system in way. should way obtain english answers system calls/commands works in machine without modifying configuration, registry or else.

this solution allows make command prompt act in english. alter registry keys changes them if want. can run same commands put in .bats make system go english , them go localized.

if you're trying run commands require adminsitrator privileges, can include these calls in program without problems.

hth


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -