Page 1 of 1

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

Posted: May 4th, 2011, 9:25 am
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

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

Posted: May 4th, 2011, 12:00 pm
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