F5 dialog file counter will automatically count files, how to disable?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
thegfw
Junior Member
Junior Member
Posts: 6
Joined: 2014-07-19, 17:06 UTC

F5 dialog file counter will automatically count files, how to disable?

Post by *thegfw »

In version 10.00, the F5 dialog does not automatically count files on startup. count before copying.
In version 10.X,the F5 dialog will automatically count files,i just need move a folder?(count very slow :( )

i know i can use CountMarkedInDialog=0 to disable,but in this way, the number and size of files are not known when copying, and the progress cannot be evaluated.

can make a option in wincmd.ini ?,such as CountMarkedInDialog=2,to goback to version 10.00 style. :D
User avatar
beb
Power Member
Power Member
Posts: 580
Joined: 2009-09-20, 08:03 UTC
Location: Odesa, Ukraine

Re: F5 dialog file counter will automatically count files, how to disable?

Post by *beb »

Make sure the below option is unchecked:

Code: Select all

GUI: Configuration - Options > Operation > Calculate space occupied by subdirectories > [ ] before copying/deleting
Or the correspondent wincmd.ini entry:

Code: Select all

[Configuration]
CountMarked=0
1: Count files in subdirs before copying/ deleting to allow a second percent bar.
0: Do not count files (faster).

If enabled, namely this option is responsible for counting files [in subdirs] before copying/deleting [to allow a second percent bar].

The other option is:
wincmd.ini\Configuration\CountMarkedBackground=0|1
0: Do not count files (faster)
1: Count files in subdirs before copying/deleting in background transfer manager.
Note: If CountMarked is set but CountMarkedBackground isn't, then the value from CountMarked is used.

So you can play with those options.

NB
wincmd.ini\Configuration\CountMarkedInDialog=1
1: Count files in subdirs before copying/deleting directly within the F5 copy dialog
Note: If CountMarked is set but CountMarkedInDialog isn't, then the value from CountMarked is used.
#278521 User License
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10/15
User avatar
petermad
Power Member
Power Member
Posts: 16032
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: F5 dialog file counter will automatically count files, how to disable?

Post by *petermad »

2thegfw
i know i can use CountMarkedInDialog=0 to disable,but in this way, the number and size of files are not known when copying, and the progress cannot be evaluated.
That's not true if CountMarked=1 ("Options" -> "Operation..." -> "Calculate space occupied by subdirectories" -> "before copying/deleting" is enabled)

If CountMarked=0 you will not get the overal progress bar, only the current file progress bar.
If CountMarked is not present in the .ini file then it is the same as CountMarked=1

If CountMarked=0 and CountMarkedInDialog=1 you will not get the overal progress bar.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
thegfw
Junior Member
Junior Member
Posts: 6
Joined: 2014-07-19, 17:06 UTC

Re: F5 dialog file counter will automatically count files, how to disable?

Post by *thegfw »

ok,i have test option as this:
CountMarked =1
CountMarkedInDialog = 0
CountMarkedBackground = 0

it's looks like version 10.00
--------------------------------
thanks everyone...
Post Reply