ReadDataToAutoit
From Tiny Appz
| ReadDataToAutoit | |
| Written By: | Mad Brahmin |
|---|---|
| Requested By: | Steakandchips |
| OS: | Windows |
| Requirements: | Autoit |
| Download downloads ^ | |
| Read data, repeat as keystrokes in autoit | |
| License:WTFPL | |
| Version:1.0 | |
[edit] Description
Reads data from a delimiter separated value file and types them out followed by a specified keystroke up until the last row value, where it sends a different specified keystroke. By default it reads a comma separated value file and sends TAB after each value except for the last in the row where it sends DOWN.
[edit] Usage
Edit the first few lines in ReadData.au3 with any text editor to specify the data source, hotkeys, and the keys to be sent after each value. Default hotkeys are PAUSE/Break to start the script and ESCAPE to abort it while it's running.
