资 源 简 介
BetterBatch scripts are very basic - and most functionality is in external commands. This keeps BetterBatch simple - and also fosters re-use of existing components and creation of small modular components.
A "plugin" of BetterBatch is any tool that can be run at the OS shell prompt. Additional the command should return 0 for success and any non-zero value for failure.
BetterBatch scripts halt on the first error (unless otherwise specified) and all execution is logged (once logfile is set)
Please see the documentation at: http://betterbatch.googlecode.com/hg/betterbatch/docs/index.html
Discuss BetterBatch on the mailing list: http://groups.google.com/group/betterbatch-discuss/topics
Here is a BetterBatch script that shows many of the features:
```
# this sets the log file. The log file CAN be changed
# during execution (logfile can use variables defined in file
# as opposed to includes)
- logfile <