I want to copy some folders with all their files except certain extention..
for example MP4 and JPG but not ARW files
How can I achieve this?
copy folders except certain extention files
Moderators: Hacker, petermad, Stefan2, white
copy folders except certain extention files
Nobody is perfect... and I'm nobody..
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: copy folders except certain extention files
1. Select folders with these files.
2. Press F5
3. Below "Only files of this type", enter the following:
*.* | *.ext1 *.ext2 *.ext3
with ext1..ext3 the extensions you want to exclude, e.g.
*.* | *.arw
2. Press F5
3. Below "Only files of this type", enter the following:
*.* | *.ext1 *.ext2 *.ext3
with ext1..ext3 the extensions you want to exclude, e.g.
*.* | *.arw
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: copy folders except certain extention files
Thank you! very useful
where can i find a list of all those codes?
where can i find a list of all those codes?
Nobody is perfect... and I'm nobody..
Re: copy folders except certain extention files
Press F5, then F1 for help, choose copy and you'll see the list with various options.
Pressing F1 in TC dialogs should show the related page(s) in the help to get you started even if there isn't a "help" button visible in the Gui/Dialog.
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)