I want to add some links to the IDM. can anyone give me a pseudo code for doing that. or a link to a page that explains how to do it.
You may start IDM from the command line using the following parameters
idman /s
or idman /d URL [/p local_path] [/f local_file_name] [/q] [/h][/n] [/a]
Parameters:
/d URL - downloads a file
e.g. IDMan.exe /d "internetdownloadmanager.com/path/FileName.zip"
/s - starts queue in scheduler
/p local_path - defines the local path where to save the file
/f local_file_name - defines the local file name to save the file
/q - IDM will exit after the successful downloading. This parameter works only for the first copy
/h - IDM will hang up your connection after the successful downloading
/n - turns on the silent mode when IDM doesn't ask any questions
/a - add a file specified with /d to download queue, but don't start downloading
Parameters /a, /h, /n, /q, /f local_file_name, /p local_path work only if you specified the file to download with /d URL
Examples
C:>idman.exe /n /d tonec.com/download/idman317.exe
For More Information Visit :https://www.internetdownloadmanager.com/support/command_line.html
You can add links to IDM by passing the "-d" argument to IDMan.exe
From in your program or script, (you can use ShellExecute or the equivalent in whatever language you're using,) call [IDM Install Path]\IDMan.exe -d [link]
[IDM Install Path]: The directory where idm is installed
(eg. C:\Program Files\Internet Download Manager)
[link]: The url you want to add to IDM
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With