I'm not sure you know it, but I think you're actually asking several questions. Yes, you can compile one or more procedures with a batch-mode Progress session. Some operating systems (Unix, for example) accomplish this easier than others.
At the most basic level, you need a script to start the Progress session and a procedure to run that includes the compile statement(s). How complex it gets from there depends on your particular requirements.
Please provide a little more detail so we can give you a more specific answer...
What script do I need to start the session? and also the compile?
What I have is an area with .p & .w files in and I need to be able to compile this every week, it would be easier for me to do this via some sort of batch job. (that way i wont forget)
Don't know how often the source is updated but you may want to periodically create a batch process to list the contents of your source director(y/ies)and run your compile prog (a la samanthSL's suggestion) against this list. Build your prog list in ranges and run concurrent batch process if you've lots to do.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.