Please check the following cmd script are correct. Thanks!

Discussion in 'Scripting' started by Alice KIng Tai Poon, Nov 26, 2020.

Tags:
  1. Alice KIng Tai Poon

    Alice KIng Tai Poon MDL Novice

    Apr 20, 2020
    35
    7
    0
    The cmd script is here.

    echo Retrieving aria2 script...
    "%aria2%" --no-conf --log-level=info --log="aria2_download.log" -o"%aria2Script%" --allow-overwrite=false --auto-file-renaming=true -Z"uri1" "uri2" "uri3"
    if %ERRORLEVEL% GTR 0 call :DOWNLOAD_ERROR & exit /b 1
    echo.