Taho Posted November 4, 2006 Posted November 4, 2006 Hello,I want to start firefox with autoit with e.g. this webpagehttp://insertpagehere.com/xyz.php?z=variableinserthererun ("c:\programs\fire\firefox.exe http://insertpagehere.com/xyz.php?z=$variable") is not working - any idea?sry my first day with autoit - searching Forum didnt helpthxTahoma
GaryFrost Posted November 4, 2006 Posted November 4, 2006 run ("c:\programs\fire\firefox.exe http://insertpagehere.com/xyz.php?z=" & $variable) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Taho Posted November 4, 2006 Author Posted November 4, 2006 run ("c:\programs\fire\firefox.exe http://insertpagehere.com/xyz.php?z=" & $variable) thx!
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