diff --git a/setup_win.cmd b/setup_win.cmd index da7c731b2..1b856466d 100644 --- a/setup_win.cmd +++ b/setup_win.cmd @@ -1,17 +1,17 @@ -@rem This batch script has been updated to download and get the latest copy of mingw binaries from: -@rem https://github.com/niXman/mingw-builds-binaries/releases -@rem So the filenames in 'url' variable should be updated to the latest stable builds as and when they are available -@rem -@rem This also grabs a copy of 7-Zip command line extraction utility from https://www.7-zip.org/a/7zr.exe -@rem to extact the 7z mingw binary archive -@rem -@rem Both files are downloaded using 'curl'. Once downloaded, the archive is extracted to the correct location -@rem and then both the archive and 7zr.exe are deleted -@rem -@rem Copyright (c) 2022, Samuel Gomes -@rem https://github.com/a740g -@rem @echo off +rem This batch script has been updated to download and get the latest copy of mingw binaries from: +rem https://github.com/niXman/mingw-builds-binaries/releases +rem So the filenames in 'url' variable should be updated to the latest stable builds as and when they are available +rem +rem This also grabs a copy of 7-Zip command line extraction utility from https://www.7-zip.org/a/7zr.exe +rem to extact the 7z mingw binary archive +rem +rem Both files are downloaded using 'curl'. Once downloaded, the archive is extracted to the correct location +rem and then both the archive and 7zr.exe are deleted +rem +rem Copyright (c) 2022, Samuel Gomes +rem https://github.com/a740g +rem rem Enable cmd extensions and exit if not present setlocal enableextensions