Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 877 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 877 Bytes

IDM UDF

Internet Download Manager - IDM UDF for AutoIt Script.

Screenshot

AutoIt IDM UDF

Usage

  1. Download UDF.
  2. Unzip and copy IDM.au3 file into the Include folder (C:\Program Files\AutoIt3\Include).
  3. Add #Include <IDM.au3> into your AutoIt script.
  4. Call the _IDM_SendLink() function from anywhere you want!

Example

See Example.au3

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

Juno_okyo from J2TeaM.

License

This work is licensed under a MIT license.