possible download many files at the same time?
Like Internet Download Manager (IDM)?
for example download TEN music files at a time?
Download many files at the same time
7 posts
Thanks Anders
I use from InetBgDL_plug-in but again have problem
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?
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?
I don't believe there is a download plug-in that downloads multiple files at the same time.
I also thought about it...
but Internet Download Manager (IDM) how can start download files together in a moment?

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

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...
You can use ExecDos::exec /async wget.