This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: AdmX - Aria2 Download Manager for Xunlei | |
:: Release by aa65535 | |
:: Time: 2013-12-13 03:08:57 | |
:: External Command: aria2c.exe, wfr.exe | |
@echo off | |
title Aria2& color f3& mode con: cols=80 lines=8& setlocal enabledelayedexpansion | |
:: 检查Aria2是否可用 | |
aria2c& cls | |
if !errorlevel! gtr 1 echo aria2c.exe not found!& pause>nul& exit |
NewerOlder