Jump to content

Give Us a Restart button!


techmanc

Recommended Posts

I like to have a button that would restart utorrent as opposed to have quit utorrent and then restart  the program and give the option when torrent is done that the utorrent restart  automatically to avoid when companies that pretty much all companies have timer where they log you out of server.

 

I using the proxy as well  

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Also I like to see the 

Link to comment
Share on other sites

  • 2 weeks later...

Hey buddy,

If you want to restart utorrent when torrents finish I wrote a really simple batch script to do that for you. 

@echo off
title Program Restart Delay
echo %1 will colse in a few seconds.
timeout 10  
taskkill /im %1
echo %2 will open in a few seconds.
timeout 30 
start /b %2

*** Open Notepad and then Copy paste and Save it in a file called "restartdelay.cmd".

How to use it:   

  1. Open uTorrent and go to Preferences.
  2. Go to UI Settings.
  3. Remove the check mark from "Show confirmation dialog on exit"
  4. Go to Advanced -> Run Program.
  5. Next to the box labelled "Run this program when a torrent finishes" click the [...] button.
  6. Browse to the script file you saved "restartdelay.cmd", and select it.
  7. Copy paste the following line after the script location:
    uTorrent.exe %AppData%\uTorrent\uTorrent.exe
    The full line in the run program box will look similar to this:
    C:\blah\foo\restartdelay.cmd uTorrent.exe %AppData%\uTorrent\uTorrent.exe
    The spaces are important!
  8. Click Apply and then OK.

Thats it! 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...