Usage Instructions
Before you use Automine you should first make sure that you have the Java Runtime Environment installed on your computer. To check this, click on Start->Run and type "cmd" and then press [ENTER] to bring up the command prompt. Then at the command prompt, type "java -version" without the quotes. If the Java Runtime Environment installed, then you should see a message saying what version is installed. Check that the version is 1.5 or higher. If it is not installed or the version is less than 1.5, you can install the latest version by going
here and following the instructions.
To use Automine, first download it
here, and save the file automine.jar somewhere on your hard disk. Then bring up a command prompt and go to the directory where you saved the file (if you are unfamiliar with the command prompt, there is a good beginning tutorial
here). Type "java -jar automine.jar" without the quotes to run Automine. Automine will start Windows Minsweeper and play one game.
You can have Automine do other things by providing command line arguments. You can have Automine display a description of these by typing "java -jar automine.jar -h". The other arguments are:
| -g games | Tells Automine how many games you want it to play. Defualt is 1. For example, use "java -jar automine.jar -g 10" to have Automine play 10 games in a row. |
| -d delay | Sets the delay between mouse clicks in milliseconds. Default is 10. For example, use "java -jar automine.jar -d 1000" to have Automine wait 1 second between clicks. |
| -w wait | Sets the time to wait between games in milliseconds. Default is 5000. For example, use "java -jar automine.jar -w 10000" to have Automine wait 10 seconds between games. |
Any combination of these arguments in any order can be given to Automine. If you want Automine to play at a different difficulty setting, simply adjust the setting directly in Windows Minesweeper. Windows Minesweeper should remember what setting it is on the next time it is started. Automine will automatically determine the size of the board and play it.
Warning
Automine takes control over mouse movement while it is playing a game. It is recommended that you do not set the delay between games too small so that you have time to kill Automine between games if you want to.