Jump to content

MasterChief

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by MasterChief

  1. Hello, I have an HP Touchsmart Tm2 with a built-in Validity VFS301 fingerprint reader. I am looking for a way to incorporate fingerprint security directly into my AutoIt program. Any information would be greatly appreciated. Thanks
  2. Hello, I am trying to create a script that manages users, passwords, and access levels. I am trying to figure out how to use the SQLite Udfs to input certain data into those fields. I then would like to be able to search an entire database for a username the user provides and retrieve password and access level. Could someone help me? Thanks!
  3. Yes, you can add to the script as you like. Just make sure that everything works the way you want it too. Yes the INI file is re-scanned every 250 ms so any changes you make while the script is running will automatically take effect.
  4. No problem, The Adlib.au3 file calls the function every 250 ms. When the function is called it gets the active window's title, it then searches the ini file for a match. If it doesn't find one, the function is terminated and the script continues. If there is a match, then the script reads the section data into an array. The first variable tells the script to look for the specified text in the window using text= in ini file. This helps the script get an exact match on the window. The script then takes the keys listed in normal AU3 format from send= and sends them directly to the window. If u need a better understanding then just post and I will put comments in the au3 file for better understanding.c
  5. Try this, The script should work without any problems, just make sure that the .ini file is in the same directory. (The Text file is supposed to be the Ini file) Ini structure [Title of Window] Text=Some text in window Send=Keys to send to window Adlib.au3 Windows.txt
  6. Could you possibly add some way to edit permissions within a script. This would help me so much seeing as I need to write to the registry, but I need that value to be read only access to all users. Thanks
×
×
  • Create New...