Jump to content

Detailed Systeminformation - Msinfo32


Recommended Posts

As i browsed i found the "msinfo32" to be a very useful tool.

Now since i use the /report function to save its output to a file i wanted to ask if its possible to FORCE the language.

(The Report is saved as an ini file (another thanks to the creater of that function) and i need to read some vars out of the ini. But since my system is german the app would only work on german systems. - so i ask - can i force the output to be english?)

\

i know this is no autoit question - but since i found the info about msinfo32 and the great iniexport function here i thought there may be people who could help

/

Edited by forever
Link to comment
Share on other sites

Sorry but "lol?"

That can't be translated with google :(

(thanks for your help anyways)

I mean the msinfo32 can show the cats in english, if i start it with the param /showcategories. Why then it cant save them in english :)

Ofc i could add mutlilang support (checking for lang first) - but that would be (much) work - since i got no english system it'd be more hard to get the infos i'd need then.

Edited by forever
Link to comment
Share on other sites

another app that needs installation:x

don't any1 know how to do it with msinfo32?

Everest is a stand alone and FREE app

Run ("C:\PROGRA~1\EVEREST\EVEREST.EXE")

sleep(500)
 AutoItSetOption("WinTitleMatchMode", 3)
    WinWaitActive( "EVEREST Home Edition", "", 35 )
    
    send("!rit")
    
; I have no time now but check;
;>>>>>>>>>>> Visible Window Text <<<<<<<<<<<
;Generating report...
;ToolBar_Report

;>>>>>>>>>>> Visible Window Text <<<<<<<<<<<
;Done
;ToolBar_Report

; and save as ..

here : (english language)

Run ("C:\PROGRA~1\EVEREST\EVEREST.EXE")

sleep(500)
 AutoItSetOption("WinTitleMatchMode", 3)
    WinWaitActive( "EVEREST Home Edition", "", 35 )
    
    send("!rit")
    

sleep(5000)
$var = ControlGetText("Report - EVEREST", "", "TStatusBar1")

while  $var = "Generating report..."
    sleep(100)
    $var = ControlGetText("Report - EVEREST", "", "TStatusBar1")
wend
sleep(1500)
;MsgBox(262144, "", $var)
    send("!fa")

; ecc ..... mach du weiter

EDIT:

added Everest.zip FREEE +o- 3 mega

http://www.filegone.com/s8d9

PS:

start run

Hwinfo /ui

(enter)

is another good tool

Edited by Lapo
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...