MarkMarkMark 0 Posted March 25, 2005 Hej guys, i want to goto powercfg.cpl trough a .au3 script... in winxp... u goto start > run > powercfg.cpl This works... but when i try in a autoIT script something like this: run("c:\windows\system32\powercfg.cpl") then it gives a error.... how can i make this work? Mark. Share this post Link to post Share on other sites
Westi 0 Posted March 25, 2005 Run ("rundll32.exe shell32.dll,Control_RunDLL powercfg.cpl") Share this post Link to post Share on other sites