Short: Gives numbering suffixes a fixed length Author: alexander.richter@01019freenet.de (Alexander Richter) Uploader: alexander richter 01019freenet de (Alexander Richter) Type: util/cli Architecture: m68k-amigaos INSTALLATION ------------ copy fixsuffix c: USAGE ----- fixsuffix [] suffix-length defaults to 5 EXAMPLES -------- fixsuffix frame.10 4 will rename the file "frame.10" to "frame.0010". fixsuffix frame.3 will rename the file "frame.3" to "frame.00003" (default length of 5 is used). BATCH PROCESSING ---------------- can be done with the AmigaDOS LIST command, e.g.: LIST frame.(?|??|???) LFORMAT "fixsuffix %N 4" >t:script sort t:script t:script execute t:script BUGS ---- -no error handling