I put the following: %windir%\system32\notepad.exe "%N", assuming that it will open a text file containing the name of the torrent that has just been completed but nothing happens.
Someone can give a help in that.
Thank you

David
Code: Select all
echo "enter text" > filename.txt
Code: Select all
echo "enter text" > filename.txt & notepad filename.txt
Code: Select all
(N) 2020-01-07T13:20:31 - Torrent: TorrentName, running external program, command: echo "TorrentName" > c:\users\myusername\newtext.txt & notepad newtext.txt