Skip to content
⌘ NSIS Forum Archive

Download many files at the same time

7 posts

r2du-soft#

Download many files at the same time

possible download many files at the same time?
Like Internet Download Manager (IDM)?

for example download TEN music files at a time?
r2du-soft#
Thanks Anders
I use from InetBgDL_plug-in but again have problem

Section
InetBgDL::Get "http://dl.tak3da.com/download/1396/05/Ehsan%20Khajehamiri%20-%20Noosh%20Daroo%20[128].mp3" "$EXEDIR\f1.mp3"/END
InetBgDL::Get "http://dl.tak3da.com/download/1396/05/Behnam%20Bani%20-%20Che%20Bekhay%20Che%20Nakhay%20[128].mp3" "$EXEDIR\f2.mp3" /END


Call Timer


SectionEnd


Function Timer
BBK:
InetBgDL::GetStats
DetailPrint "[$0]_[$1]_[$2]_[$3]_[$4]"

${IF} $2 S== "0"
DetailPrint "Download Finished."
InetBgDL::Get /RESET /END
${Else}
Goto BBK
${EndIF}

But again i have problems

1- again not downlaod files same time
must wait finished f1.mp3 and after that start f2.mp3
i want start download files together in a moment


2-in InetBgDL_plug-in if file not exist for download i how can know?
r2du-soft#
I also thought about it...

but Internet Download Manager (IDM) how can start download files together in a moment?

Anders#
I never said it was not possible but to do it in NSIS you need to write a new plug-in if you want this feature...