Skip to content

Instantly share code, notes, and snippets.

@ozh
Created August 31, 2012 12:23
Show Gist options
  • Save ozh/3552112 to your computer and use it in GitHub Desktop.
Save ozh/3552112 to your computer and use it in GitHub Desktop.
Start GTor if not running already then utorrent
@echo off
tasklist /FI "IMAGENAME eq Gtor.exe" 2>NUL | find /I /N "Gtor.exe">NUL
if %ERRORLEVEL%==1 start D:\online\GreedyTorrent\GTor.exe
start D:\online\utorrent\uTorrent.exe /MINIMIZED
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment