delete file on USB disk fail

This forum contains bug reports from previous beta tests - the issue has remained unresolved, either because it couldn't be reproduced, or couldn't be prevented/fixed

Moderators: white, Hacker, petermad, Stefan2

warem
Junior Member
Junior Member
Posts: 21
Joined: 2010-03-05, 12:14 UTC

delete file on USB disk fail

Post by *warem »

dear all,

i have one problem about deleting file on USB disk. when i want to delete a file(even the file size is only 1k) on USB disk, TC is freezing and it used 100% memory. there is no way except killing TC process. after restarting TC, i find the file is already deleted from USB disk. this happens both in Winxp and Windows vsta.

if i use M$' Explorer to do the same operation. it is ok.

this problem doesn't happen in TC 7.04, but only in TC 7.5.

any suggestion?

thanks
User avatar
petermad
Power Member
Power Member
Posts: 14700
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

"Configuration" -> "Options..." -> "Copy/Delete" ->

either check: "Use standard copy method (recommended)"
or check: "USB sticks"

that might help.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
warem
Junior Member
Junior Member
Posts: 21
Joined: 2010-03-05, 12:14 UTC

Post by *warem »

to petermad:

this doesn't work.

i found if i start a refresh TC like this:

c:\tc\TOTALCMD.exe /i=c:\tc\whateverrrrrrrrrrr.ini

then do the same action on USB disk. no problem happens.

it seemed that there is some conflict between delete action on USB disk and ini config file.

any suggestion?
User avatar
petermad
Power Member
Power Member
Posts: 14700
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

And you are sure that the settings in Configuration" -> "Options..." -> "Copy/Delete" are the same with both your normal ini file and whateverrrrrrrrrrr.ini ?
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
warem
Junior Member
Junior Member
Posts: 21
Joined: 2010-03-05, 12:14 UTC

Post by *warem »

whateverrrrrrrrrrr.ini doesn't exist.

c:\tc\TOTALCMD.exe /i=c:\tc\whateverrrrrrrrrrr.ini just start a completely new one.
User avatar
karlchen
Power Member
Power Member
Posts: 4601
Joined: 2003-02-06, 22:23 UTC
Location: Germany

Post by *karlchen »

Hello, warem.

I am pretty confident that petermad realized that the c:\tc\whateverrrrrrrrrrr.ini file did not exist when you launched T.C. - But it will have existed when you closed the T.C. instance.

The point is:
Almost each parameter which can appear in the wincmd.ini has got a default value. In case such a parameter does not exist in your wincmd.ini, Total Commander will use the default value.

Therefore it is possible though a little bit of work to compare the "Copy/Delete" options (parameters) which T.C. will use when it reads your normal wincmd.ini to the "Copy/Delete" options (parameters) which T.C. will use when you specify a not-yet-existing INI file.

All wincmd.ini parameters can be found inside Totalcmd.chm section 4.b wincmd.ini. For those parameters that have a default value the helpfile will show what it is.

Kind regards,
Karl
User avatar
petermad
Power Member
Power Member
Posts: 14700
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2warem

All I wanted to know is you settings for Copy/Delete when you use your normal ini file, compared to your settings with a clean ini file - are they the same?

If they are, we have to look elsewhere to identify the source of your problem. If they are not there is a good chance that the reason for your problem lies within the Copy/Delete configuration.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
warem
Junior Member
Junior Member
Posts: 21
Joined: 2010-03-05, 12:14 UTC

Post by *warem »

i used a stupid method to find where the problem is. what i did was that deleting every section by section(i.e., [whatever]) in the config file to see which config section caused the problem. finally, i found the problem is in the section:

[left]
userspec=>*
[right]
userspec=>*

if the parameter "userspec" is `>*', it will cause the problem. if i change it to `*', it won't have problem.

i don't know why the pamater has `>' in it. for user defined wildcards, it usually looks like *.whatever. so why does `>' cause the problem?

please note that the problem only comes up in USB disk. if i delete a file in harddisk and if `userspec' is set to `>*', there will be no problem.

this is all for all of you a reference. for me, i don't know if it is a bug.

thank petermad and karlchen for your reply.
User avatar
petermad
Power Member
Power Member
Posts: 14700
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

">*" would mean that you have a saved search with the name "*"

Try and look in the [Searches] section of your wincmd.ini and see if you have these:
*_SearchFor=
*_SearchIn=
*_SearchText=
*_SearchFlags=

If you do, then please tell us the values of those parameters
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
warem
Junior Member
Junior Member
Posts: 21
Joined: 2010-03-05, 12:14 UTC

Post by *warem »

hi, petermad,

following is all the contents in [Searches]:

*.c *.h *.cpp *.hpp_SearchFor=*.c *.cpp *.h *.hpp
*.c *.h *.cpp *.hpp_SearchIn=
*.c *.h *.cpp *.hpp_SearchText=
*.c *.h *.cpp *.hpp_SearchFlags=0|000002000020|||||||||0000|
*_SearchFor=*
*_SearchIn=
*_SearchText=
*_SearchFlags=0|000002000020|||||||||0000|
*.*~_SearchFor=*.*~
*.*~_SearchIn=
*.*~_SearchText=
*.*~_SearchFlags=0|000002000020|||||||||0000|
*.dwg_SearchFor=*.dwg
*.dwg_SearchIn=
*.dwg_SearchText=
*.dwg_SearchFlags=0|000002000020|||||||||0000|
*.PNG_SearchFor=*.PNG
*.PNG_SearchIn=
*.PNG_SearchText=
*.PNG_SearchFlags=0|000002000020|||||||||0000|
*.bak_SearchFor=*.bak
*.bak_SearchIn=
*.bak_SearchText=
*.bak_SearchFlags=0|000002000020|||||||||0000|
*.doc_SearchFor=*.doc
*.doc_SearchIn=
*.doc_SearchText=
*.doc_SearchFlags=0|000002000020|||||||||0000|
*.pdf_SearchFor=*.pdf
*.pdf_SearchIn=
*.pdf_SearchText=
*.pdf_SearchFlags=0|000002000020|||||||||0000|
*.xls_SearchFor=*.xls
*.xls_SearchIn=
*.xls_SearchText=
*.xls_SearchFlags=0|000002000020|||||||||0000|
*.dxf_SearchFor=*.dxf
*.dxf_SearchIn=
*.dxf_SearchText=
*.dxf_SearchFlags=0|000002000020|||||||||0000|
*.txt_SearchFor=*.txt
*.txt_SearchIn=
*.txt_SearchText=
*.txt_SearchFlags=0|000002000020|||||||||0000|
*.h *.hh_SearchFor=*.h *.hh
*.h *.hh_SearchIn=
*.h *.hh_SearchText=
*.h *.hh_SearchFlags=0|000002000020|||||||||0000|
*.c *.cc_SearchFor=*.c *.cc
*.c *.cc_SearchIn=
*.c *.cc_SearchText=
*.c *.cc_SearchFlags=0|000002000020|||||||||0000|
*.hpp_SearchFor=*.hpp
*.hpp_SearchIn=
*.hpp_SearchText=
*.hpp_SearchFlags=0|000002000020|||||||||0000|
*.cpp_SearchFor=*.cpp
*.cpp_SearchIn=
*.cpp_SearchText=
*.cpp_SearchFlags=0|000002000020|||||||||0000|

any clue?
User avatar
petermad
Power Member
Power Member
Posts: 14700
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2warem
I just tried with your [searches] section, and the file mask on both sides set to >*

I can still not reproduce the problem. I tried 3 different brands of USB-sticks and 2 different types of USB-memory cards in a card reader.

There must be something else - maybe you could provide your entire wincmd.ini ?
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
warem
Junior Member
Junior Member
Posts: 21
Joined: 2010-03-05, 12:14 UTC

Post by *warem »

2petermad,

if the file mask on both sides set to >*, it works in 7.04 but fail in 7.5a.

following is my wincmd.ini.

[Configuration]
UseIniInProgramDir=7
InstallDir=c:\wuyu\tools\totalcmd
pluginbasedir=%Commander_path%\plugins
firstmnu=1497
FirstTimeUnpack=0
FirstTimeZIP=0
test=33
PanelsVertical=0
Viewer=none
Editor=c:\Program Files\Vim\vim72\gvim.exe -p --remote-tab-silent
StartupScreen=0
Viewertype=1
ExplorerForCopy=0
Win95Delete=0
UseTrash=1
onlyonce=0
TrayIcon=1
UseRightButton=1
Savepath=1
Savepanels=1
MarkDirectories=0
AltSearch=3
SaveCommands=1
CountSpace=1
CountMarked=1
1hourdif=0
CopyComments=6
UnicodeListWarn=1
Aligned extension=1
CompareCaseSensitive=0
CompareVertical=0
ShowHiddenSystem=0
UseLongNames=1
Small83Names=0
OldStyleTree=0
autotreechange=0
ShowParentDirInRoot=0
Showicons=2
ShowEXEandLNKicons=2
SortDirsByName=1
Tips=3
IconsOnNet=1
FileTipWindows=1
Win32TipWindows=1
SoundDelay=-10
DirTabOptions=824
DirTabLimit=32
ShowCentury=1
SizeStyle=3
SizeFooter=3
CopyBlockSize=1024
CopyHugeBlockSize=10240
CopyBlockSizeOther=128
CopyHugeBlockSizeOther=1024
DriveisCD=E
SeparateTree=0
FirstTime=0
Mainmenu=%COMMANDER_PATH%\plugins\config\WCMD_ENG_moi.MNU
pluginbasedir=%COMMANDER_PATH%\plugins
DirBrackets=1
SortUpper=0
WatchDirsExclude=E
WatchDirs=3
QuickSearchMatchBeginning=1
QuickSearchExactMatch=0
LogOptions=7198
LogRotateLimit=0
LogKeepCount=30
CompareIgnoreRepSpace=1
CompareIgnoreRepeatedLines=1
ttciniwritable=37003
LastRunAs=Administrator
SyncFlags=1
SyncButtons=57
IconOverlays=1
IconsSpecialFolders=3
IconsInMenus=17
ThumbsInDlg=1
CustomFieldsInDlg=1
IgnoreListFileEnabled=0
IgnoreListFile=tcignore.txt
QuickSearchAutoFilter=0
MultiRenameEdit=C:\wuyu\tools\Vim\vim72\gvim.exe
RenameSelOnlyName=1
BreadcrumbDelayButton=-100
CopyDefaultMethod=0
[Packer]
ZIPlikeDirectory=1
InternalUnarj=1
ARJlongnames=0
InternalUnlzh=1
InternalUnrar=1
InternalUnace=1
LinuxCompatible=1
ARJ=arj.exe
LHA=lha.exe
RAR=C:\Program Files\WinRAR\WinRAR.exe
UC2=uc.exe
ACE=ace32.exe
InternalZip=1
InternalUnzip=1
zipnt=0
ZIP=C:\Program Files\WinRAR\WinRAR.exe
UnZIP=C:\Program Files\WinRAR\WinRAR.exe
InternalZipRate=6
Zip83Name=0
ZipSetDateToNewest=0
nodelete=0
OpenPartial=0
LastUsedPacker=4
DefPlugin=audioconverter
[left]
path=d:\Downloads\tt\
ShowAllDetails=1
show=3
negative Sortorder=1
userspec=*
SpecialView=0
sortorder=3
[right]
path=D:\Program Files\totalcmd\
ShowAllDetails=1
show=3
negative Sortorder=0
userspec=*
SpecialView=0
sortorder=1
[SearchName]
0=*.dll
1=glo*
2=g*
3=*.mp3
4=dlltool
5=*.c *.cpp *.h *.hpp
6=*.xls
7=*gio*
8=70-0054
9=76-0128
10=*.bak
11=*0109*
12=*0109.*
13=*.html
14=*theme*
15=libintl.h
16=sed.exe
17=*
18=*mpost*
19=mktexfmt
[SearchIn]
0=C:\Documents and Settings\wu\Application Data\Mozilla\Firefox\Profiles\lmzhjo4o.default
1=F:\
2=F:\Sounds\Simple
3=d:\Downloads
4=d:\wuyu\Win_Linux
5=D:\wuyu\Win_Linux\MSYS-1.0.11\home\wu\src\sdcal\src
6=C:\wuyu\tools\sdcal\bin
7=d:\Downloads\ielts
8=D:\wuyu\Win_Linux\MSYS-1.0.11\home\wu\gtk+2.10.11
9=d:\Downloads\icolib4c
10=C:\wuyu\tools\sdcal
11=d:\new_done\binchang
12=d:\wuyu\Win_Linux\MSYS-1.0.11\home\wu\gtk+2.10.11
13=d:\new_done\binchang\66_fan_bridge
14=d:\new_done
15=d:\Downloads\gtk+-bundle_2.16.6
16=d:\Downloads\gtk+-bundle_2.16.6\share\gtk-doc\html
17=d:\Downloads\gtk+-bundle_2.16.6\share\gtk-doc\html\gdk
18=D:\wuyu\Win_Linux\MSYS-1.0.11\home\wu\src\sample\tests
19=D:\wuyu\Win_Linux\MSYS-1.0.11\home\wu\src\sample\gdk-pixbuf
[1024x768 (8x16)]
SearchX=0
SearchY=0
SearchDX=661
SearchDY=469
SearchMax=0
MenuChangeX=173
MenuChangeY=119
MenuChangeDX=768
MenuChangeDY=530
MenuChangeMax=0
TreeDlgX=253
TreeDlgY=232
TreeDlgDX=411
TreeDlgDY=404
TreeDlgMax=0
RenameX=-8
RenameY=106
RenameDX=857
RenameDY=460
RenameMax=0
RenameTabs=115,172,591,773,987
maximized=0
x=0
y=0
dx=978
dy=600
Divider=500
DividerQuickView=500
DividerComments=500
Tabstops=189,193,249,141,559,93
CompareX=84
CompareY=7
CompareDX=768
CompareDY=530
CompareMax=1
CompareDivider=500
CmdSelX=382
CmdSelY=13
CmdSelDX=637
CmdSelDY=371
CmdSelMax=0
PrintX=200
PrintY=108
PrintDX=640
PrintDY=504
PrintMax=0
ConnectX=446
ConnectY=310
ConnectDX=485
ConnectDY=324
ConnectMax=0
CustColumnX=105
CustColumnY=34
CustColumnDX=790
CustColumnDY=530
CustColumnMax=0
SyncX=318
SyncY=113
SyncDX=640
SyncDY=477
SyncMax=0
SyncTabs=92,152,247,270,362,422
[Command line history]
0=d:\wuyu\Win_Linux\MSYS-1.0.11\home\wu\src\xcd.exe tot
1=d:\wuyu\Win_Linux\MSYS-1.0.11\home\wu\src\xcd.exe sdc
2=copy /b
3=tscc.exe
4=MatroskaSplitter.exe
5=floppybuddy.gif
6=TET-2.3-Windows.msi
7=copy steel_column.h steel_column_base.h
8=copy steel_column.h steel_column.h
9=copy config.h.win32 config.h
10=copy build_img_html.sh dll2a.sh
11=copy staircase_ele_byh.std staircase_ele_byh_orig.std
12=copy "20071130 from vedio 55.jpg" "1.jpg"
13=copy erection_A_A.htm erection_side_girder.htm
[Buttonbar]
Buttonheight=25
FlatIcons=1
SmallIcons=1
SmallIconSize=16
XPstyle=1
[Layout]
StatusBar=1
KeyButtons=1
DriveBar1=1
DriveBar2=1
DriveBarFlat=1
InterfaceFlat=1
DriveCombo=1
DirectoryTabs=1
CurDir=1
TabHeader=1
CmdLine=1
HistoryHotlistButtons=1
XPthemeBg=1
[Lister]
textwidth=81
binwidth=75
SearchGoBack=3
BmpStartup=1
Multimedia=1
RTF=1
IView=0
IViewPath=i_view32.exe
HTMLasText=1
LinkBraces=1
CenterBitmap=1
[SearchText]
0=licen
1=pdflic
2=write_text
3=gtk_window_set_transient_for
4=get_fillet_welding_hf
5=malloc_build_temp_file
6=build_temp_file
7=create_concrete_menu
8=show_all
9=select-child
10=gtk_entry_set_activates_default
11=event_box
12=key-press-event
13=make_combo
14=make_gtk_text_view
15=set_ACC_platform_data
16=make_sep
17=text_view
18=g_strconcat
19=g_strlcat
[RenameTemplates]
0=[N]
1=[N].rar
2=[N]rar
3=[C]
4=20071206 [C]
5=20071203 [C]
6=20071202 [C]
7=[N][=tc.creationdate.YMD]
8=[N][=datenames.Day of Week (Creation Date)][=datenames.Day of Week (Creation Date)]
9=20071128 [C]
10=20071127 [C]
11=2
12=20071124 [C]
13=20071123_[C]
14=20071122 [C]
15=[N]_CH
16=TOEFL - [N]
17=voa_[N]
18=new_concept_4_[N]
19=new_concept_3_[N]
[Selection]
0=*.qqaa
1=qq*
2=cyg*.dll
3=*.doc *.pdf
4=*
5=*_79_*
6=*_73_*
7=*_72_*
8=*_70_*
9=*.dwg
10=*~
11=*snoopy*;msteel*;hztxt*;txt8*
12=*snoopy*;msteel*
13=*snoopy*
14=*.shtml~
15=*.shmtl~
16=*.h
17=*.c
18=anping*
19=bb*
[Tabstops]
0=189
1=193
3=249
4=141
6=559
5=93
AdjustWidth=1
[PackerPlugins]
iso=192,%COMMANDER_PATH%\plugins\wcx\iso\iso.wcx
bin=192,%COMMANDER_PATH%\plugins\wcx\iso\iso.wcx
img=192,%COMMANDER_PATH%\plugins\wcx\iso\iso.wcx
nrg=192,%COMMANDER_PATH%\plugins\wcx\iso\iso.wcx
msi=0,%COMMANDER_PATH%\plugins\wcx\msi\msi.wcx
msp=0,%COMMANDER_PATH%\plugins\wcx\msi\msi.wcx
rpm=20,%COMMANDER_PATH%\plugins\wcx\rpm+cpio\rpm.wcx
cpio=0,%COMMANDER_PATH%\plugins\wcx\rpm+cpio\cpio.wcx
avi=277,%COMMANDER_PATH%\plugins\wcx\AviWcx\AviWcx.wcx
lst=23,%COMMANDER_PATH%\plugins\wcx\CatalogMaker\CatalogMaker.wcx
dbx=0,%COMMANDER_PATH%\plugins\wcx\dbxplug\dbxplug.wcx
deb=4,%COMMANDER_PATH%\plugins\wcx\deb\deb.wcx
sff=5,%COMMANDER_PATH%\plugins\wcx\sff\sff.wcx
tio=23,%COMMANDER_PATH%\plugins\wcx\TotalISO\TotalISO.wcx
audioconverter=21,%COMMANDER_PATH%\plugins\wcx\audioconverter\audioconverter.wcx
chm=479,%COMMANDER_PATH%\plugins\wcx\chmdir\CHMDir.wcx
its=479,%COMMANDER_PATH%\plugins\wcx\chmdir\CHMDir.wcx
hxs=479,%COMMANDER_PATH%\plugins\wcx\chmdir\CHMDir.wcx
lsp=31,%COMMANDER_PATH%\plugins\wcx\lsp\lsp.wcx
mht=260,%COMMANDER_PATH%\plugins\wcx\MHT\MHTUnp.wcx
Separate=279,%COMMANDER_PATH%\plugins\wcx\Mover\mover.wcx
rsz=21,%COMMANDER_PATH%\plugins\wcx\TotalRSZ\TotalRSZ.wcx
bz2=251,%COMMANDER_PATH%\plugins\wcx\bzip2\bzip2dll.wcx
md5=21,%COMMANDER_PATH%\plugins\wcx\checksum\checksum.wcx
sha=21,%COMMANDER_PATH%\plugins\wcx\checksum\checksum.wcx
dir=21,%COMMANDER_PATH%\plugins\wcx\DiskDirExtended\DiskDirExtended.wcx
TreeCopyPlus=21,%COMMANDER_PATH%\plugins\wcx\TreeCopyPlus\TreeCopyPlus.wcx
eaf=95,%COMMANDER_PATH%\plugins\wcx\Cryptonite\cryptonite.wcx
img1=31,%COMMANDER_PATH%\plugins\wcx\img\img.wcx
bfc=29,%COMMANDER_PATH%\plugins\wcx\bfc\BfcTC.wcx
txt=279,%COMMANDER_PATH%\plugins\wcx\makebat\makebat.wcx
mdb=4,%COMMANDER_PATH%\plugins\wcx\mdb\wcx_mdb.wcx
doc=335,%COMMANDER_PATH%\plugins\wcx\decStorageWCX\decStorageWCX.wcx
docx=400,%COMMANDER_PATH%\plugins\wcx\wordarc\wordarc.wcx
wri=400,%COMMANDER_PATH%\plugins\wcx\wordarc\wordarc.wcx
rtf=400,%COMMANDER_PATH%\plugins\wcx\wordarc\wordarc.wcx
wps=400,%COMMANDER_PATH%\plugins\wcx\wordarc\wordarc.wcx
xml=400,%COMMANDER_PATH%\plugins\wcx\wordarc\wordarc.wcx
htm=400,%COMMANDER_PATH%\plugins\wcx\wordarc\wordarc.wcx
html=400,%COMMANDER_PATH%\plugins\wcx\wordarc\wordarc.wcx
dsp=14,%COMMANDER_PATH%\plugins\wcx\dsp\dsp.wcx
gra=277,%COMMANDER_PATH%\plugins\wcx\GraphicsConverter\GraphicsConverter.wcx
gif=287,%COMMANDER_PATH%\plugins\wcx\gif\GifWcx.wcx
ico=223,%COMMANDER_PATH%\plugins\wcx\ICO\ico.wcx
cur=223,%COMMANDER_PATH%\plugins\wcx\ICO\ico.wcx
pe_res_dummy=479,%COMMANDER_PATH%\plugins\wcx\resextract\ResExtract.wcx
mbx=221,%COMMANDER_PATH%\plugins\wcx\mbox\mbox.wcx
mbs=221,%COMMANDER_PATH%\plugins\wcx\mbox\mbox.wcx
dot=335,%COMMANDER_PATH%\plugins\wcx\decStorageWCX\decStorageWCX.wcx
xla=335,%COMMANDER_PATH%\plugins\wcx\decStorageWCX\decStorageWCX.wcx
xls=335,%COMMANDER_PATH%\plugins\wcx\decStorageWCX\decStorageWCX.wcx
wiz=335,%COMMANDER_PATH%\plugins\wcx\decStorageWCX\decStorageWCX.wcx
exe1=324,%COMMANDER_PATH%\plugins\wcx\unwebcomp\unwebcomp.wcx
xdc=113,%COMMANDER_PATH%\plugins\wcx\DarkCryptTC\darkcryptrtc.wcx
reg=398,%COMMANDER_PATH%\plugins\wcx\WCReg_patched\WCReg_patched.wcx
7z=95,%COMMANDER_PATH%\plugins\wcx\7zip\7zip.wcx
dircpy=279,%Commander_path%\plugins\wcx\dircpy\Dircpy.wcx
[Confirmation]
deleteDirs=1
OverwriteFiles=1
OverwriteReadonly=1
OverwriteHidSys=1
MouseActions=1
[Colors]
InverseCursor=0
InverseSelection=1
BackColor=0
ForeColor=12632256
MarkColor=65535
CursorColor=12615680
CursorText=-1
BackColor2=-1
[MkDirHistory]
0=tt
1=desktop
2=bakkkkkkk
3=other
FontName=Arial
FontSize=12
FontFlags=
[em_FolderOptions]
menu=文件夹选项
cmd=control.exe folders
path=%SystemRoot%\system32
[RenameSearchFind]
1=6*h
2=69*-
3=23*.
4=27*-
5=28*-
6=66*-.
7=67*-_
8=74*-
9=62*-
10=binchang
11=..
12=*.part*.rar
13=hpp
14=cpp
15=_
16=....jpg
17=#
18=~
19=.php
[RenameSearchReplace]
0=<Clear>
1=yongchang
2=.
3=part*
4=h
5=c
6=_
7=.jpg
[searches]
*.c *.h *.cpp *.hpp_SearchFor=*.c *.cpp *.h *.hpp
*.c *.h *.cpp *.hpp_SearchIn=
*.c *.h *.cpp *.hpp_SearchText=
*.c *.h *.cpp *.hpp_SearchFlags=0|000002000020|||||||||0000|
*_SearchFor=*
*_SearchIn=
*_SearchText=
*_SearchFlags=0|000002000020|||||||||0000|
*.*~_SearchFor=*.*~
*.*~_SearchIn=
*.*~_SearchText=
*.*~_SearchFlags=0|000002000020|||||||||0000|
*.dwg_SearchFor=*.dwg
*.dwg_SearchIn=
*.dwg_SearchText=
*.dwg_SearchFlags=0|000002000020|||||||||0000|
*.PNG_SearchFor=*.PNG
*.PNG_SearchIn=
*.PNG_SearchText=
*.PNG_SearchFlags=0|000002000020|||||||||0000|
*.bak_SearchFor=*.bak
*.bak_SearchIn=
*.bak_SearchText=
*.bak_SearchFlags=0|000002000020|||||||||0000|
*.doc_SearchFor=*.doc
*.doc_SearchIn=
*.doc_SearchText=
*.doc_SearchFlags=0|000002000020|||||||||0000|
*.pdf_SearchFor=*.pdf
*.pdf_SearchIn=
*.pdf_SearchText=
*.pdf_SearchFlags=0|000002000020|||||||||0000|
*.xls_SearchFor=*.xls
*.xls_SearchIn=
*.xls_SearchText=
*.xls_SearchFlags=0|000002000020|||||||||0000|
*.dxf_SearchFor=*.dxf
*.dxf_SearchIn=
*.dxf_SearchText=
*.dxf_SearchFlags=0|000002000020|||||||||0000|
*.txt_SearchFor=*.txt
*.txt_SearchIn=
*.txt_SearchText=
*.txt_SearchFlags=0|000002000020|||||||||0000|
*.h *.hh_SearchFor=*.h *.hh
*.h *.hh_SearchIn=
*.h *.hh_SearchText=
*.h *.hh_SearchFlags=0|000002000020|||||||||0000|
*.c *.cc_SearchFor=*.c *.cc
*.c *.cc_SearchIn=
*.c *.cc_SearchText=
*.c *.cc_SearchFlags=0|000002000020|||||||||0000|
*.hpp_SearchFor=*.hpp
*.hpp_SearchIn=
*.hpp_SearchText=
*.hpp_SearchFlags=0|000002000020|||||||||0000|
*.cpp_SearchFor=*.cpp
*.cpp_SearchIn=
*.cpp_SearchText=
*.cpp_SearchFlags=0|000002000020|||||||||0000|
[CustomFields]
Widths1=115,20,35,70,-25,50
Headers1=Size\nDate\nPages\nAuthor
Contents1=[=tc.size]\n[=tc.creationdate.Y-M-D h-m-s]\n[=xpdfsearch.Number of Pages]\n[=xpdfsearch.Author]
Options1=1032|1
AutoLoad=0
Titles=pdf|img|media|DirSize
Widths2=80,20,35,-25,-25,-30,-32,-25,-30,-15
Headers2=Size\nWidth\nHeight\nPixel\nDiagonal\nSize\nAspect Ratio\nBpp
Contents2=[=tc.size]\n[=imgsize.Width]\n[=imgsize.Height]\n[=imgsize.Pixel]\n[=imgsize.Diagonal]\n[=imgsize.Size]\n[=imgsize.Aspect Ratio]\n[=imgsize.Bpp]
Options2=1032|1
Widths3=80,20,-35,35,-25,35,35,35
Headers3=Size\nTime\nBitrate\nGenre\nEncoder\nTitle
Contents3=[=tc.size]\n[=media.duration (time).h:m:s]\n[=media.bitrate]\n[=media.genre]\n[=media.encoder]\n[=media.title]
Options3=1032|1
Widths4=80,30,50,40,30
Headers4=Dir\nSubDirNum\nFileNum
Contents4=[=dirsizecalc.Size.kB]\n[=dirsizecalc.Directory Count]\n[=dirsizecalc.File Count]
Options4=-1|0
[SplitPerFile]
0=5MB
1=4mb
2=6MB
[1920x1200 (10x20)]
maximized=0
x=89
y=0
dx=1427
dy=833
Divider=500
DividerQuickView=500
DividerComments=500
Tabstops=226,230,286,178,634,93
CompareX=371
CompareY=110
CompareDX=1440
CompareDY=851
CompareMax=0
CompareDivider=500
MenuChangeX=224
MenuChangeY=224
MenuChangeDX=1440
MenuChangeDY=851
MenuChangeMax=0
SearchX=429
SearchY=233
SearchDX=873
SearchDY=465
SearchMax=0
CmdSelX=713
CmdSelY=377
CmdSelDX=789
CmdSelDY=371
CmdSelMax=0
RenameX=486
RenameY=428
RenameDX=1251
RenameDY=460
RenameMax=0
RenameTabs=279,309,798,858,978
CustColumnX=662
CustColumnY=153
CustColumnDX=1354
CustColumnDY=851
CustColumnMax=0
SyncX=412
SyncY=216
SyncDX=796
SyncDY=588
SyncMax=1
SyncTabs=296,356,466,489,617,685
ConnectX=850
ConnectY=280
ConnectDX=485
ConnectDY=449
ConnectMax=0
TreeDlgX=703
TreeDlgY=351
TreeDlgDX=514
TreeDlgDY=498
TreeDlgMax=0
PrintX=278
PrintY=102
PrintDX=796
PrintDY=621
PrintMax=0
[Shortcuts]
A+D=cm_ExecuteDOS
A+A=cm_SwitchHidSys
A+C=cm_CompareFilesByContent
CA+F5=cm_PackFiles
F2=cm_RenameOnly
AS+ENTER=cm_LoadSelOnDemandFields
[FileSystemPlugins]
Linux-drives=%COMMANDER_PATH%\plugins\wfx\ex2fs\output\ex2fs.wfx
Device Manager=%COMMANDER_PATH%\plugins\wfx\DevMan\devman.wfx
NT Events=%COMMANDER_PATH%\plugins\wfx\EventNT\EventNT.wfx
HTTP Browser=%COMMANDER_PATH%\plugins\wfx\httpbrowser\httpbrowser.wfx
Task manager=%COMMANDER_PATH%\plugins\wfx\procfs\PROCFS.wfx
Services=%COMMANDER_PATH%\plugins\wfx\Services\Services.wfx
POP3-SMTP Connections=%COMMANDER_PATH%\plugins\wfx\EmailPlugin\POP3Plugin.dll
Startup Guard=%COMMANDER_PATH%\plugins\wfx\StartupGuard\StartupGuard.wfx
UnInstaller=%COMMANDER_PATH%\plugins\wfx\Uninstall\UnInstTC.wfx
Environment Variables=%COMMANDER_PATH%\plugins\wfx\Environment Variables\envvar.wfx
CD/DVD Burner=%COMMANDER_PATH%\plugins\wfx\TCBurner\tcburner.wfx
HTTP SmartBrowser=%COMMANDER_PATH%\plugins\wfx\httpbrowser\HTTPPlugin.dll
FSNetStat=%COMMANDER_PATH%\plugins\wfx\fsnetstat\fsnetstat.wfx
Virtual Disks=%COMMANDER_PATH%\plugins\wfx\VirtualDisk\VirtualDisk.wfx
AceHelper=%COMMANDER_PATH%\plugins\wfx\AceHelper\AceHelper.wfx
decClipboardFS=%COMMANDER_PATH%\plugins\wfx\decClipboardFS\decClipboardFS.wfx
TotalConsole=%COMMANDER_PATH%\plugins\wfx\TotalConsole\TotalConsole.wfx
[Associations]
Filter1=>*.h *.hh
Filter1_open=c:\wuyu\tools\Vim\vim72\gvim.exe -p --remote-tab-silent "%1"
Filter1.icon=%COMMANDER_PATH%\plugins\tools\icons\h.ico
Filter1_Edit with "Vim"=c:\wuyu\tools\Vim\vim72\gvim.exe -p --remote-tab-silent "%1"
Filter2=>*.hpp
Filter2_open=c:\wuyu\tools\Vim\vim72\gvim.exe -p --remote-tab-silent "%1"
Filter2.icon=%COMMANDER_PATH%\plugins\tools\icons\h_plus.ico
Filter2_Edit with "Vim"=c:\wuyu\tools\Vim\vim72\gvim.exe -p --remote-tab-silent "%1"
Filter3=>*.cpp
Filter3_open=c:\wuyu\tools\Vim\vim72\gvim.exe -p --remote-tab-silent "%1"
Filter3.icon=%COMMANDER_PATH%\plugins\tools\icons\c_plus.ico
Filter3_Edit with "Vim"=c:\wuyu\tools\Vim\vim72\gvim.exe -p --remote-tab-silent "%1"
Filter4=>*.c *.cc
Filter4_open=c:\wuyu\tools\Vim\vim72\gvim.exe -p --remote-tab-silent "%1"
Filter4.icon=%COMMANDER_PATH%\plugins\tools\icons\c.ico
Filter4_Edit with "Vim"=c:\wuyu\tools\Vim\vim72\gvim.exe -p --remote-tab-silent "%1"
[ListerPlugins]
0=%COMMANDER_PATH%\plugins\wlx\ICLView\ICLView.wlx
0_detect="MULTIMEDIA & ext="ICL" | ext="ICO" | ext="EXE" | ext="DLL" | force"
1=%COMMANDER_PATH%\plugins\wlx\Office2007\Office2007.wlx
1_detect="ext="DOCX" | ext="PPTX" | ext="XLSX"| ext="PPSX""
2=%COMMANDER_PATH%\plugins\wlx\Office\office.wlx
3=%COMMANDER_PATH%\plugins\wlx\Excellence\excellence.wlx
3_detect="ext="XLS""
4=%COMMANDER_PATH%\plugins\wlx\FlashView\FlashView.wlx
4_detect="MULTIMEDIA & ext="SWF" | (([0]="F" & [1]="W" & [2]="S")|([0]="C" & [1]="W" & [2]="S") & force)"
5=%COMMANDER_PATH%\plugins\wlx\MPlayer4TC\MPlayer4TC.wlx
5_detect="MULTIMEDIA & ( EXT="AVI" | EXT="MPG" | EXT="OGG" | EXT="MP4" | EXT="WMV" | EXT="MPEG" | EXT="VOB" | EXT="MPEG" | EXT="ASF" | EXT="MOV" | EXT="3GP" | EXT="RMVB" | EXT="RM")"
6=%COMMANDER_PATH%\plugins\wlx\mmedia\mmedia.wlx
6_detect="MULTIMEDIA"
7=%COMMANDER_PATH%\plugins\wlx\SynUs\SynUs.wlx
8=%COMMANDER_PATH%\plugins\wlx\CADView\CADView.wlx
8_detect="FORCE | EXT="DXF" | EXT="DWG" | EXT="DWT" | EXT="PLT" | EXT="HGL" |EXT="RTL" | EXT="HG" | EXT="PLO" | EXT="HP" | EXT="HPG" | EXT="HPGL" | EXT="PRN" | EXT="HP2" | EXT="SPL" | EXT="GL2" | EXT="HPGL2" | EXT="HP1" | EXT="CGM" | EXT="SVG" | EXT="SVGZ""
9=%COMMANDER_PATH%\plugins\wlx\fileinfo\fileinfo.wlx
10=%COMMANDER_PATH%\plugins\wlx\LinkInfo\LinkInfo.wlx
10_detect="force | (ext="LNK")"
11=%COMMANDER_PATH%\plugins\wlx\Playlist\Playlist.wlx
11_detect=" EXT="M3U" | EXT="PLS" | FORCE"
12=%COMMANDER_PATH%\plugins\wlx\Imagine\Imagine.wlx
12_detect="MULTIMEDIA"
13=%COMMANDER_PATH%\plugins\wlx\VisualDirSize\visualdirsize.wlx
14=%COMMANDER_PATH%\plugins\wlx\tcCalendar\tcCld.wlx
14_detect="EXT="TCCALENDAR" & SIZE=3 & [0]="C" & [1]="L" & [2]="D""
15=%COMMANDER_PATH%\plugins\wlx\EMLViewer\wlx_eml.wlx
16=%COMMANDER_PATH%\plugins\wlx\ttfviewer\TTFViewer.wlx
16_detect="FORCE | EXT="TTF" | EXT="OTF""
17=%COMMANDER_PATH%\plugins\wlx\iniED\IniEd.wlx
17_detect="ext="INI"|ext="INF"|ext="REG""
18=%COMMANDER_PATH%\plugins\wlx\gswlx\gswlx.wlx
18_detect="MULTIMEDIA & (EXT="PS" | EXT="PRN" | EXT="EPS" | EXT="AI" | EXT="PDF" | EXT = "PFB") | ([0]="?" & [1]="?" & [2]="?" & [3]="?") | ([0]="%" & [1]="!")"
19=%COMMANDER_PATH%\plugins\wlx\pdfview\pdfview.wlx
19_detect="ext="PDF" | ext="PS" | ext="EPS" | ([0]="%" & [1]="!" & [2]="P" & [3]="S") | ([0]="%" & [1]="P" & [2]="D" & [3]="F" & [4]="-")"
20=%COMMANDER_PATH%\plugins\wlx\logViewer\logViewer.wlx
20_detect="E"
21=%COMMANDER_PATH%\plugins\wlx\TorrentLister\TorrentLister.wlx
21_detect="EXT="TORRENT""
22=%COMMANDER_PATH%\plugins\wlx\ArchView\ArchView.wlx
23=%COMMANDER_PATH%\plugins\wlx\csv\wlx_csv.wlx
24=%COMMANDER_PATH%\plugins\wlx\TxQuickView\TxQuickView.wlx
24_detect="MULTIMEDIA"
25=%COMMANDER_PATH%\plugins\wlx\GisLister\gisLister.wlx
25_detect="FORCE | EXT="MIF" | EXT="SHP" | EXT="DXF" | EXT="TAB" | EXT="WOR""
26=%COMMANDER_PATH%\plugins\wlx\3dm\3dm.wlx
26_detect="EXT="3DM""
[ContentPlugins]
0=%COMMANDER_PATH%\plugins\wdx\xPDFSearch\xPDFSearch.wdx
0_detect="EXT="PDF""
1=%COMMANDER_PATH%\plugins\wdx\wdx_ImgSize\ImgSize.wdx
2=%COMMANDER_PATH%\plugins\wdx\Media\media.WDX
2_detect="EXT="AVI" | EXT="DIVX" | EXT="MPEG" | EXT="MPG" | EXT="ASF" | EXT="VOB" | EXT="MP1" | EXT="MP2" | EXT="MP3" | EXT="WAV" | EXT="AIFF" | EXT="OGG" | EXT="WMA" | EXT="MOV" | EXT="WMV" | EXT="AC3" | EXT="AU" | EXT="D2V" | EXT="RA""
3=%COMMANDER_PATH%\plugins\wdx\DirSizeCalc\DirSizeCalc.wdx
1_detect=
3_detect=
3_date=983785472
3_flags=14
[user]
menu1=Default Button Bar
cmd1=em_bar0
menu2=No Bar
cmd2=em_bar4
menu3=Old Bar
cmd3=OPENBAR %COMMANDER_PATH%\plugins\config\DEFAULT.BAR
[DirMenu]
menu25=--
menu26=-ASDE
menu27=asde_common
cmd27=cd C:\wuyu\tools\asde\common
menu28=--
menu29=homepage
cmd29=cd C:\wuyu\homepage
menu30=Downloads
cmd30=cd d:\Downloads
menu31=GEA Old Server
cmd31=cd \\Server
menu32=GEA New Server
cmd32=cd \\10.223.217.42
menu33=MSYS
cmd33=cd C:\wuyu\Win_Linux\MSYS-1.0.11
menu34=MinGW
cmd34=cd C:\wuyu\Win_Linux\MinGW-5.1.4
menu35=MSYS-wu
cmd35=cd C:\wuyu\Win_Linux\MSYS-1.0.11\home\wu.y
menu36=My Documents
cmd36=cd C:\Users\wu.y\Documents\
menu37=WINDOWS
cmd37=cd C:\WINDOWS
menu38=system32
cmd38=cd C:\WINDOWS\system32
menu39=wuyu
cmd39=cd C:\wuyu
menu41=user Temp
cmd41=cd C:\Users\wu.y\AppData\Local\Temp
path41=C:\wuyu\Win_Linux\MSYS-1.0.11\home\wu.y\src\sdcal\bin\
menu42=AutoCAD_usr_dir
cmd42=cd C:\Users\wu.y\AppData\Roaming\Autodesk\AutoCAD 2009\R17.2\chs
[lefttabs]
0_path=C:\Program Files\
0_options=1|1|0|0|0|0|0
1_path=d:\Program Files\
1_options=1|0|0|0|0|0|0
2_path=d:\Downloads\ielts\
2_options=1|0|0|0|0|0|0
3_path=d:\Downloads\bakkkkkkk\
3_options=1|3|1|0|0|0|0
4_path=d:\Downloads\Listen To This\junior\
4_options=1|3|1|0|0|0|0
activetab=0
[righttabs]
0_path=D:\Downloads\sunwen\201\
0_options=1|3|1|0|0|0|0
1_path=d:\Downloads\
1_options=1|3|1|0|0|0|0
2_path=d:\Downloads\civil_good_new\
2_options=1|3|1|0|0|0|0
3_path=C:\wuyu\tools\sdcal\bin\
3_options=1|3|1|0|0|0|0
4_path=d:\Downloads\Listen To This\junior\
4_options=1|3|1|0|0|0|0
activetab=1
[RightHistory]
0=D:\Program Files\totalcmd\
1=d:\wuyu\Win_Linux\MSYS-1.0.11\home\wu\MS_bak_MSYS\
2=d:\Downloads\
3=D:\Program Files\totalcmd\plugins\
4=D:\Program Files\totalcmd\plugins\totalcmd7.0.4.rar/
5=d:\wuyu\Win_Linux\MSYS-1.0.11\home\wu\
6=d:\wuyu\Win_Linux\MSYS-1.0.11\home\
7=d:\wuyu\Win_Linux\MSYS-1.0.11\
8=d:\wuyu\Win_Linux\
9=d:\wuyu\
10=d:\
11=d:\wuyu\civil\
12=d:\wuyu\pdflatex\
13=d:\wuyu\OpenSSL\
14=d:\wuyu\OpenSSL\bin\
15=d:\wuyu\OpenSSL\bin\PEM\
16=d:\wuyu\OpenSSL\exp\
17=d:\wuyu\OpenSSL\include\
18=d:\wuyu\OpenSSL\include\openssl\
19=d:\Program Files\
20=C:\
21=C:\wuyu\
22=C:\Downloads\
23=C:\Program Files\
24=d:\Program Files\Kingsoft\
25=d:\Program Files\Kingsoft\PowerWord 2005\
[LeftHistory]
0=d:\Downloads\tt\
1=d:\Downloads\
2=d:\Program Files\
3=C:\Program Files\
4=D:\Program Files\totalcmd\
5=D:\wuyu\Win_Linux\MSYS-1.0.11\home\wu\src\
6=D:\wuyu\Win_Linux\MSYS-1.0.11\home\wu\src\sdcal\
7=D:\wuyu\Win_Linux\MSYS-1.0.11\home\wu\src\sdcal\src\
8=C:\Program Files\Vim\
9=C:\
10=C:\Downloads\

i hope you can find some clues.
User avatar
karlchen
Power Member
Power Member
Posts: 4601
Joined: 2003-02-06, 22:23 UTC
Location: Germany

Post by *karlchen »

Hello, warem.

Your wincmd.ini seems to confirm what petermad suspected before: You are using the old T.C. internal standard copy method CopyDefaultMethod=0, but not the current T.C. standard copy method CopyDefaultMethod=1.

If CopyDefaultMethod=1 T.C. will use an Explorer compatibility copy mode as default copy method. This mode is compatible with most current drive types, including most USB attached drives.

The old T.C. copy method allows more detailled fine tuning, yet it will force you to tell T.C. not to use it for certain drives, but to use compatiblity mode for these drives instead.

I.e. as you use the old T.C. internal copy method,CopyDefaultMethod=0, there should be an entry named CopyCompatDrives=<drive letters>. This parameter should hold the drive letters of those drives for which T.C. should use the Explorer compatibility mode.

Yet, there is no entry CopyCompatDrives=<drive letters> in your wincmd.ini.

So from my point of view, there are two approaches to try in order to fix your problem (hopefully):

Either you stick with CopyDefaultMethod=0. Then you should add CopyCompatDrives=<drive letters> and add the drive letter of your USB attached hardrive.

Or you switch to CopyDefaultMethod=1 for all drives instead.

All this can be done without poking around inside the wincmd.ini directly, but by going to Configuration => Options => Operation => Copy/Delete. (as explained by petermad)

Kind regards,
Karl
User avatar
petermad
Power Member
Power Member
Posts: 14700
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

Well, warem already has the "USB sticks" option enabled, so that should be enough, but maybe TC cannot detect warem's USB stick, so it certainly would be a good idea to add the drive letter of the USB stick to the "Use compatibility mode for the following drives" field.

I just tested my system with warem's wincmd.ini - and I have no problems deleting from my USB stick. But on the other hand, I don't have problems even when I don't use compatibility mode for USB sticks.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
karlchen
Power Member
Power Member
Posts: 4601
Joined: 2003-02-06, 22:23 UTC
Location: Germany

Post by *karlchen »

Hello, petermad.
Well, warem already has the "USB sticks" option enabled, so that should be enough
Hm, really. As I fail to locate the parameter CopyCompatUsbSticks in the wincmd.ini which warem posted, the default value for CopyCompatUsbSticks applies, i.e. CopyCompatUsbSticks=1.
But is a USB disk the same as a USB stick and does CopyCompatUsbSticks affect USB harddisks as well?

Cheers,
Karl
Post Reply