Wait for download to complete

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
drgt
Posts: 160
Joined: 21 Sep 2010 02:22
Location: Greece

Wait for download to complete

#1 Post by drgt » 01 Feb 2016 02:52

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

npocmaka_
Posts: 516
Joined: 24 Jun 2013 17:10
Location: Bulgaria
Contact:

Re: Wait for download to complete

#2 Post by npocmaka_ » 01 Feb 2016 03:45

No. Chrome does not offer such functionality. Instead you can check this: http://stackoverflow.com/questions/2814 ... 0#28143180

Post Reply