我必须编写一个批处理文件来下载.exe应用程序,我发现很难理解整个过程。 到目前为止,我所做的一切都是;
start /d C:"\Program Files <x86>\Google\Chrome\Application"
chrome.exe http://website/directory
这会显示我想要访问的页面,并且.exe文件在此页面上,但我不知道如何下载它,我试过了;
start /d C:"\Program Files <x86>\Google\Chrome\Application"
chrome.exe http://website/directory/download.exe
这不好,它试图加载页面,而我以为它只会下载文件。
如果有人能对我有所了解,那就太棒了