May soon get job to automate processing of a large batch of satellite images.
This is actually a whole sequence of processes employing various programs, some proprietary. Not just straight list, processing path would be conditional depending on errors thrown up in previous stage etc. What's the best way to go about it?
The main programs used are all either bespoke and modifiable, com compliant and ditto (Excel/VBA) or in the case of the very expensive proprietary program have a decent built in language so no problem in principle, just what's the best glue?. Ideally it would even automatically post images on the website and email clients with details.
I know you can run Windows processes from code with shell etc. but have sometimes found that a bit iffy. It's on XP. Is this Windows scripting thingy any good? Or maybe there is some suitable third party software?
Ta for any thoughts.
PS Thoughts preferably not consisting entriely of "Use .net"
This is actually a whole sequence of processes employing various programs, some proprietary. Not just straight list, processing path would be conditional depending on errors thrown up in previous stage etc. What's the best way to go about it?
The main programs used are all either bespoke and modifiable, com compliant and ditto (Excel/VBA) or in the case of the very expensive proprietary program have a decent built in language so no problem in principle, just what's the best glue?. Ideally it would even automatically post images on the website and email clients with details.
I know you can run Windows processes from code with shell etc. but have sometimes found that a bit iffy. It's on XP. Is this Windows scripting thingy any good? Or maybe there is some suitable third party software?
Ta for any thoughts.
PS Thoughts preferably not consisting entriely of "Use .net"
Comment