pnp Posted December 7, 2006 Posted December 7, 2006 Hello, I am using AutoIT for a test where i need to compare a bitmap that appears within an application, with a locally saved bitmap. How is this possible using AutoIT - I know that it is possible with the VistaTask test application tool. Thanks, Kasper Andersen
jpm Posted December 7, 2006 Posted December 7, 2006 (edited) if FileRead($file1)= FileRead($file2) Then ; identical else ;different EndIf Edited December 7, 2006 by jpm
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