From 75936e17b6bd0ac45c39cfa9ab9c71ea3b93b264 Mon Sep 17 00:00:00 2001 From: brickviking Date: Fri, 26 Aug 2022 00:18:57 +1200 Subject: [PATCH] Shifting Fetch statement to the right place --- findcurl.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/findcurl.cmd b/findcurl.cmd index d27fc4a29..b433eb152 100644 --- a/findcurl.cmd +++ b/findcurl.cmd @@ -9,12 +9,12 @@ set DLPAGE=http://skanthak.homepage.t-online.de/download set CURLVERSION=curl-7.64.1.cab set LINK=%DLPAGE%/%CURLVERSION% rem Check if curl exists -echo Fetching %LINK% curl --version 2>NUL 1>&2 if %ERRORLEVEL == 9009 ( mkdir internal\curl >NUL + echo Fetching %LINK% explorer %LINK% rem we should wait until the file is downloaded, because explorer returns straight away "%SystemRoot%\system32\expand.exe" "%USERPROFILE%\Desktop\%CURLVERSION%" /F:* internal\curl