Copy/move multiple filenames into one leads to concatenation: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 2: Line 2:


Instead, confirmation box '''You are merging NNN files into single file 'filename.ext'. Continue? [Yes]/[No]''' could appear.
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.
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.
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.
--[[User:Miroslav.vrlik|Miroslav.vrlik]] 02:58, 12 Apr 2006 (EST)

Revision as of 07:58, 12 April 2006

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)