Closed a21-mohit closed 4 years ago
Can you call the IDM from the command line?
env WINEPREFIX="/home/mohit/.wine" /usr/bin/wine "C:\Program Files (x86)\Internet Download Manager\IDMan.exe" Yeah with this command
I tested . following thing works. the syntax is wine PROGRAM ARGUMENT but env will be needed for per user.
env WINEPREFIX="/home/mohit/.wine" /usr/bin/wine C:\Program\ Files\ (x86)\Internet\ Download\ Manager\IDMan.exe /d http://ipv4.download.thinkbroadband.com/100MB.zip
~/.wine/drive_c/Program\ Files\ (x86)/Internet\ Download\ Manager/IDMan.exe /d "http://ipv4.download.thinkbroadband.com/100MB.zip"
This also works
Is there possibility to redirect downloads to IDM (installed through wine) on linux?