← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #244689]: Automate Go To Environment Variables Windows 7

 

Question #244689 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244689

    Status: Open => Answered

obiwan-92 proposed the following answer:
Hello,

What do you try to do in the Windows variables window ?

If you want to check a variable :
import os
os.getenv("windir")

If you want to add some variables to Windows :
os.putenv("HOME")

Hope it's help.

Regards.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.