Hi Guys
Im trying to create a Autoit script to install a program for me.
But I seem to have problem:
One of the windows that it need access to auto-click the next button has a " and a | in it. Therefore when I type the statement
WinWaitActive("Atlantis Ocean Mind 1.5")
ControlClick("Atlantis Ocean Mind 1.5","Add to "Start | Programs" menu","TButton2")
and run the sript I get the Error:
ControlClick("Atlantis Ocean Mind 1.5","Add to "Start | Programs" menu","TButton2")
ControlClick("Atlantis Ocean Mind 1.5","Add to ^ ERROR
Erorr: Unable to parse Line.
How to I fix this Error?