Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 4120

Python wishes and help needed

$
0
0

Jørgen Holo wrote:

I need some help to be able to finish Holomark2.

First two simple things:
Can you please add TextOut and Prompt soon?
It is not possible to copy text from the textbox and print is great for a lot of things but not for everything.

The other thing is that I cant figure out how to access stuff like this:

On Error Resume Next
	strComputer = "."
	Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
	Set colItems = objWMIService.ExecQuery("Select * from Win32_VideoController")
	On Error GoTo 0

Which I need to get system data like graphiccard, RAM, CPU, speeds and cores etc.

Posts: 6

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 4120

Trending Articles