A rexx BumpRev replacement with some extra feature.
* generate asm only if requested
* can automaticaly increment Revision or Version (and reset revision)
* can add a Copyright
* generate file named as requested
* ...
Example:
1>rx bumprev.rexx Name prog Version 1 Revision 0 Copyright "© by Sylvain Rougier" IncRev Verbose
The rexx nature allow programmers to easly extand BumpRev.rexx as they need.
Need RexxDosSupport.library V2.0+ (found on AmiNet)
|