View Single Post
  #55  
Old 07.01.2012, 12:09
remi
Guest
 
Posts: n/a
Default

All you need is your preferred text editor and the Terminal application.

1) Copy the script in post #49 from this thread and paste it in your text editor window;

2) Replace the "#!/bin/sh" with "#!/bin/bash";

3) Save the file as "captchalert.sh".

4) Make the file executable with the command "chmod +x captchalert.sh" instruction. You can do that with the Terminal application.

The script should work without installing additional programs. In other threads of this forum there are other shell scripts you can try. I've seen one written in one line.

This script searches for a window containing "Please enter" in its title. This might change in future versions of the program. In my .ahk script for Windoze I use the string ": Please enter" which is more precise.
Reply With Quote