Copy/move multiple filenames into one leads to concatenation

From TotalcmdWiki
Revision as of 07:58, 12 April 2006 by Miroslav.vrlik (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

According to current functionality, trying to copy/move multiple marked filenames into a single one pops-up error window You cannot move or copy more than one file to a single file!.

Instead, confirmation box You are merging NNN files into single file 'filename.ext'. Continue? [Yes]/[No] could appear.

Order of concatenation responds to currently selected file sort, maybe another Copy/Move options are taken into account.

Confirmation could be turned off in Options dialog, Misc. section.

Implementation alternatives - Functionality can be restricted either to files inside single directory only or also files in marked subfolders could be concatenated.

Currently I always must assemble command line copy filename1 + filename2 + filename3 targetfilename. In various administration tasks cat is one of commonly used commands - so why not implement it? Current funtionality basically allows to merge only filenames created using Split function.

--Miroslav.vrlik 02:58, 12 Apr 2006 (EST)