FIRSTLY I SECOND KROGDOR'S COMMENTS
NOW FOR MY OWN ADDITIONS
DONT POST IN CAPS
OOPs
if you are new make a genuine effort to search the help file. Nothing iritates most vets more than questions like
how do i run program.exe .... run command?
how do i move a window .... winmove?
how do i make a script that ..... quickstart tutorial
well i need not go on
next
Sign up. Create a user account its free and you arent going to get spammed. if you dont sign up wiht a valid email you cant get a notification of a response
******************************************
dont just describe... Show us the code that you tried
If you found it in another post. Post your question about it in that thread. most times the thread creator is still monitoring the thread
Dont post any question in any thread without reading the entire thread. there are good chances that someone may have already asked your question.
Use code tags its not hard its just
Code:
[code]script you tried[/code]
and there are buttons
if an error arised post the actual error dont describe the error if you didnt understand it what makes you think you can describe it. someone will identify something from the actual error faster than an off beat discription
when searching search with meaning full words
for instance your search shouldnt be "how do i flatulate in public?"
it should be "flatulate public"
list what your trying to do in baby steps dont just assume every one will understand.
pretend your explaining to an alien
for instance
"i open some website with script and it doesnt work"
great now to help you i have to wonder which browser?
COM function?
run command?
Browser is corrupt?
firewall issue?
Internet connections......
it just isnt nearly as helpfull as
****************
"Hi i was trying to do a search in google with the following script
Code:
run,google.com
and i got the following error
Quote:
---------------------------
david.ahk
---------------------------
Error: Failed attempt to launch program or document:
Action: <google.com>
Params: <>
The current thread will exit.
Specifically: The system cannot find the file specified.
Line#
---> 003: Run,google.com
004: ExitApp
006: Gui,+LastFound +Resize
007: COM_AtlAxWinInit()
008: pwb := COM_AtlAxGetControl(COM_AtlAxCreateContainer(WinExist(),0,0,810,600, "Shell.Explorer") )
009: Gui,show,w810 h600,Gui Browser
010: url :=
http://www.google.com 011: COM_Invoke(pwb, "Navigate", url)
---------------------------
OK
---------------------------
"Fabulous

!!!!! now i know exactly what you did and how to help
one final thing
and this is really important
If someone helps you post back in that thread and let the community know what worked so that someone else can benifiet