Hey guys, so I'm using Chatzilla Auto Downloader. I'm fairly certain you don't need knowledge of the particular program to help me out though.
Anyway, it's got an option to create a script, and here is what it looks like when I click to add an executable command:
I found a .vbs script file on the internet that I have all set up. In CMD you just get into the folder that contains the sendemail.vbs file and type:
sendemail.vbs johndoe@gmail.com "this is my title" "this is my subject"
and it all works fine.
Right now, I just have the following .bat file that gets executed by the Auto Downloader:
"C:\sendemail.vbs" johndoe@gmail.com "A download just started" "Just thought you might want to know"
But I know it has a whole bunch of arguement/variable labels and I'd like to make use of them:
$(year)
$(month)
$(day)
$(hour)
$(minute)
$(second)
$(milli)
$(Category)
$(TorrentName)
$(Uploader)
$(TorrentSize)
$(PreTime)
$(TorrentUrl)
$(TorrentSslUrl)
$(TYear)
$(Artist)
$(Show) = $(Movie) = $(Name1)
$(Album) = $(Name2)
$(Format)
$(Bitrate)
$(Media)
$(Tags)
$(Scene)
$(Log)
$(Cue)
$(Site)
$(Tracker)
$(TrackerShort)
$(TorrentPathName)
I haven't been able to figure out how to set this thing up so the title of the email I send myself has this $(TorrentName) and $(TrackerShort) info in it. I'm sure it's something very simple, but I need help - that one semester of C programming 10 years ago isn't cutting it.![]()
If I left out anything that you need to solve my problem, just let me know and I'll get back to you as soon as I can.
Thanks, M&M









LinkBack URL
About LinkBacks

Reply With Quote


