Short: Combines 2 path components. Author: lorylombus@gmail.com (Lorence Lombardo) Uploader: lorylombus@gmail.com (Lorence Lombardo) Type: util/batch Version: 1.3 Architecture: m68k-amigaos newfnm v1.3 (c) 2019-2021 Lorence Lombardo. "newfnm" combines 2 path components to make one and has two modes of operation. An example of the first mode is when you have a destination directory and want to combine the name only from the source, which might be typical of a directory utility. The "Or_bgpk_pk" script used with the Ordering directory utility is an example script of "newfnm". Because the Ordering directory utility provides a slash on all non root paths the same result can also be achieved with the much smaller "basename". But "newfnm" IMHO looks a bit more tidier than "basename". If a slash is not provided then "basename" becomes a lot more difficult to work with. The second mode of operation is when the source and destination paths are the same but the name only part needs to be changed. Usage:- newfnm [OPTIONS] Options:- NMO Name only when SRC & DST paths are the same. DB Use double quotes. RT txt Remove trailing text. AT txt Add trailing text. RL txt Remove leading text. AL txt Add leading text. CS Case sensative matching. Examples:- newfnm ram:t ram:mod.music.pp rl mod. al med. rt .pp at .lzma db newfnm ram:t/olname.xm mod.nuname.pp nmo rl mod. al med. rt .pp at .lzma web page:- http://geocities.ws/lorylomb/