script to return list of filenames, so they can be added to the email.

Come up with a useful post-processing script? Share it here!
Post Reply
jeff_porter
Newbie
Newbie
Posts: 25
Joined: February 13th, 2008, 5:02 pm

script to return list of filenames, so they can be added to the email.

Post by jeff_porter »

Hi,

I'd like to add a post processing script to allow me to list in the email that is sent out a list of all the filenames that have been downloaded/unjar'd.

Could someone give me some tips on where to start?

Thanks
Jeff Porter
;D
exussum
Jr. Member
Jr. Member
Posts: 79
Joined: November 18th, 2010, 2:51 am

Re: script to return list of filenames, so they can be added to the email.

Post by exussum »

have the script echo the file name and a new line.

Then have a second script checking the contents of the file every x amount of time. Cron in Linux, Schedule task in Windows
Post Reply