View Single Post
Old 01-12-2006, 02:13 PM  
Harm
Too much time...
 
Join Date: Jul 2003
Posts: 1,430
Default

I haven't tried it but it might be possible to use the hidden ini section that runs a command when the transfer is completed? It's called "[run]". Try to make it echo the filename to some file using something like that:
Code:
[run]
app=echo
params=%f>>c:\path\to\logfile
show=0
Harm is offline