You can execute a script with a default execute command in Setup/NZB#2.
This thread has a date/time script:
https://www.altbinz.net/forum/index.php?topic=1244.0Scroll to the sample batch script that logs all new files in download and unrar directories with date/time stamps.
I have the default execute command log only the unrars $u and collection name $col with date/time. I edited the logdownloads.bat script to put a log file into my unrar diretory.
My unrar directory is C:\IN\Movies\Unrar
I changed the location of the logfile
from
set logfile=C:\dldlog.txt
to
set logfile=C:\IN\Movies\Unrar\dldlog.txt
I put the logdownloads.bat into the Alt.BinZ 0.31.2 directory.
This default execute command worked for me:
"C:\Program Files\Alt.BinZ 0.31.2 binary news reader\logdownloads.bat" $u $col
Quotes enclose the path to logdownloads.bat because my path contains spaces. I also tried enclosing $u $col with quotes: "$u $col" but that didn't work.
The command only works for rar files. It does not log parts files such as file.001, file.002, etc.