Copy/move multiple filenames into one leads to concatenation

From TotalcmdWiki
Revision as of 09:13, 28 June 2007 by Sheepdog (talk | contribs) (backlink)
Jump to navigation Jump to search

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)


Back to Internal functions