Internet Download Manager - IDM UDF for AutoIt Script.
- Download UDF.
- Unzip and copy IDM.au3 file into the Include folder (C:\Program Files\AutoIt3\Include).
- Add
#Include <IDM.au3>
into your AutoIt script. - Call the
_IDM_SendLink()
function from anywhere you want!
See Example.au3
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
This work is licensed under a MIT license.