Skip to content

Instantly share code, notes, and snippets.

@korzhyk
Created February 9, 2017 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korzhyk/921d32f5d82b3eaf5c1e50765042f2ce to your computer and use it in GitHub Desktop.
Save korzhyk/921d32f5d82b3eaf5c1e50765042f2ce to your computer and use it in GitHub Desktop.
Simple batch file for peerflix
@ECHO off
SET link=%1
if '%link%'=='' (
ECHO Please enter magnet or torrent file link:
set /p link=
)
START /B peerflix %link% -r -f Z:\TEMP --mpchc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment