iHonda Posted March 17, 2006 Posted March 17, 2006 how do i have a button open a website??? i tried using the Run() command but it didnt work A great place to start Autoit 1-2-3
nfwu Posted March 17, 2006 Posted March 17, 2006 (edited) Use the "proper" run command $url = "http://www.google.com" Run(@ComSpec & ' /c @start ' & $url, '', @SW_HIDE) #) EDIT: RunWait > Run, @SW_SHOW > @SW_HIDE Edited March 17, 2006 by nfwu TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
greenmachine Posted March 17, 2006 Posted March 17, 2006 You still didn't catch the @ in @start... it shouldn't be there.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now