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
script to return list of filenames, so they can be added to the email.
-
- Newbie
- Posts: 25
- Joined: February 13th, 2008, 5:02 pm
Re: script to return list of filenames, so they can be added to the email.
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
Then have a second script checking the contents of the file every x amount of time. Cron in Linux, Schedule task in Windows