2013-04-03 51 views

回答

0

尝试启动/ w URL以查看它是否会在模态上等待。如果不是,下载wget for Windows并与启动/ w选项使用它:

start /w "wget -c http://example..."

start /w "file /qn"

if not errorlevel 1 echo Success!

有可能是陷阱,但这应该推你在正确的方向。