Forum Moderators: phranque
I need a budget so I can start using out of the box solutions. I forgot about batch files.. I bet I can whip up something to this part of the job. The way this project is shaping up, the front end is going to be last piece worked on, just to give me some time to try to find a really nice solution.
I've got a back end process up and running, and basically it's a call to a script that reads any text files on my server, processes them, and cleans up the directory. On the front end I'm saving mail messages to text files, and sending them to the server with FTP. It's not rocket science.
I've never been too involved with programming on the PC, and so while its probably really easy, I'm still a bit lost about a method for acheiving my next goal.
I begin the process by saving a mail message. It's a given that each message I send to the server needs to be verified first. What I would like to have happen next is one of 2 things.
1) A local job wakes up a couple of times a day and sends any local files up the server, clean up after itself, and notify the program on the server that it has some work to do.
2) Whenever the urge strikes, have the ability to "Click Here" and wake up the local job.
This sounds like something I would do with VB, but that option is out since I don't know VB. I haven't looked too far into the Perl setup that is optionally supplied with my jungle store setup, but it's intimidating.
I guess what I'd like to know is if Perl represents the best method for accomplishing this task. The FTP option is workable, but in the end is less reliable for its reliance on an operator.