Skip to content

Instantly share code, notes, and snippets.

View TurnOffNOD's full-sized avatar

Thomas Copper TurnOffNOD

  • University of Chinese Academy of Sciences
  • HangZhou
View GitHub Profile
@aa65535
aa65535 / AdmX.bat
Last active November 18, 2016 17:37
一个使用Aria2下载迅雷离线的批处理, 使用前需要将BAT文件编码改为ANSI
:: 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