INSTALLATION
------------
copy unfixsuffix c:
USAGE
-----
unfixsuffix <file>
EXAMPLE
-------
unfixsuffix frame.0010
will rename the file "frame.0010" to "frame.10".
BATCH PROCESSING
----------------
can be done with the AmigaDOS LIST command, eg:
LIST frame.0#? LFORMAT "unfixsuffix %N" >t:script
sort t:script t:script
execute t:script
BUGS
----
-no error handling
|