So i though you sometime need it, sometime don't...
But why and how you use "cm_GoToDir"? For most cases just press "Enter" works properly for open folders and archive files.
cm_GoToDir command, how to exclude all image type files
Moderators: Hacker, petermad, Stefan2, white
Re: cm_GoToDir command, how to exclude all image type files
2Gral
cm_GoToDir allows me to exclude all executable files, making the operation safer. Frequently downloading files and using Enter can easily open Trojan viruses.
cm_GoToDir allows me to exclude all executable files, making the operation safer. Frequently downloading files and using Enter can easily open Trojan viruses.
Re: cm_GoToDir command, how to exclude all image type files
Code: Select all
[PackerPlugins]
lst=21,%COMMANDER_PATH%\Plugins\Wcx\DiskDir\DiskDir.wcx
bin=192,%COMMANDER_PATH%\Plugins\Wcx\ISO\Iso.wcx
c2d=192,%COMMANDER_PATH%\Plugins\Wcx\ISO\Iso.wcx
ima=192,%COMMANDER_PATH%\Plugins\Wcx\ISO\Iso.wcx
img=192,%COMMANDER_PATH%\Plugins\Wcx\ISO\Iso.wcx
iso=192,%COMMANDER_PATH%\Plugins\Wcx\ISO\Iso.wcx
nrg=192,%COMMANDER_PATH%\Plugins\Wcx\ISO\Iso.wcx
svcd=192,%COMMANDER_PATH%\Plugins\Wcx\ISO\Iso.wcx
vcd=192,%COMMANDER_PATH%\Plugins\Wcx\ISO\Iso.wcx
xcd=192,%COMMANDER_PATH%\Plugins\Wcx\ISO\Iso.wcx
7z=735,%COMMANDER_PATH%\Plugins\Wcx\Total7Zip\Total7Zip.wcx
7zip=735,%COMMANDER_PATH%\Plugins\Wcx\Total7Zip\Total7Zip.wcx
rsz=21,%COMMANDER_PATH%\Plugins\Wcx\TotalRSZ\TotalRSZ.wcx
ico=71,%COMMANDER_PATH%\Plugins\Wlx\Imagine\Imagine.wcx
gif=71,%COMMANDER_PATH%\Plugins\Wlx\Imagine\Imagine.wcx
ani=71,%COMMANDER_PATH%\Plugins\Wlx\Imagine\Imagine.wcx
I put it at the end, but using cm_GoToDir still finds Imagine.wcx. Do I have to delete it?
Re: cm_GoToDir command, how to exclude all image type files
I was wrong. 1 instead of 71. Fixed.
Overquoting is evil! 👎
Re: cm_GoToDir command, how to exclude all image type files
2Fla$her
Thanks again, solved
Thanks again, solved