Jump to content

[Question] Run Program


Lynkz83

Recommended Posts

I have searched the forums for batch files and examples, tried the one from axman slightly modified to reflect my storage locations and such, i also attempted to just build a bat file to show me the variable outputs and im not sure if i had gotten it correct. but this is the line ive put in the field "run this program when a torrent file finishes"

C:\Scripts\TEST.BAT "%F" "%D" "%N" "%P" "%L" "%T" "%M" "%I" "%S" "%K" >> torrentlog.txt

and the bat file contains the following

ECHO %1
ECHO %2
ECHO %3
ECHO %4
ECHO %5
ECHO %6
ECHO %7
ECHO %8
ECHO %9
ECHO %10
PAUSE

as my understanding was that each variable was passed to the cmd as a number rather than a letter

any one able to point me to a decent tutorial of some sort or tell me how to get an automated script working for my server with utorrent version 3.2 build 27886

EDIT: okay i did get it working but for whatever reason it decided to place the log of it off in la la land,

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...