Hi
Is there a way to wait till download completes before executing next line in a batch?
for example after this line:
start "" "path\chrome.exe" "http://address/file.zip"
thx
Wait for download to complete
Moderator: DosItHelp
Re: Wait for download to complete
No. Chrome does not offer such functionality. Instead you can check this: http://stackoverflow.com/questions/2814 ... 0#28143180