Hi
are there soft of rules in TC to perform actions ?
for example copy or move files with a .m4a extension in a folder called AAC
I guess there are such actions in other software like multi commander or xyplorer , at least a friend of mine ( he does use these softwares) use some commend to perform the same operation / actions , just like saved actions to run
well , i really love TC , is there a way to do with it?
thanks
are there sort of rules/total to perform operations/actions?
Moderators: Hacker, petermad, Stefan2, white
are there sort of rules/total to perform operations/actions?
love Total Commander , best file manager ever made
Re: are there sort of rules/total to perform operations/actions?
TC provide you with parameters, like one for selected file(s) and another for the current path of the target panel.
You can use a scripting language of your OS (PowerShell, VBS, Batch, JavaScript or utilize AutoHotkey.
That way you can create your own commands and execute them from a button or with a keyboard shortcut.
The forum is full of examples, or see my signature.
Maybe provide a real scenario and you will get probably many solutions. . . .
You can use a scripting language of your OS (PowerShell, VBS, Batch, JavaScript or utilize AutoHotkey.
That way you can create your own commands and execute them from a button or with a keyboard shortcut.
The forum is full of examples, or see my signature.
Maybe provide a real scenario and you will get probably many solutions. . . .
Re: are there sort of rules/total to perform operations/actions?
2giulia
I have similar AHK script, pls describe what you want as much as possible and i'll see what can I do ...
https://www.ghisler.ch/board/viewtopic.php?t=49889
I have similar AHK script, pls describe what you want as much as possible and i'll see what can I do ...
https://www.ghisler.ch/board/viewtopic.php?t=49889
Last edited by Ovg on 2022-11-12, 15:02 UTC, edited 1 time in total.
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
#259941, TC 11.01 x64, Windows 7 SP1 x64
Re: are there sort of rules/total to perform operations/actions?
For a lot of tasks you don't even have to use external scripts like AHK, you can just combine TC's internal and user defined commands. The example you give with copying .m4a file can be automated in this way.
In order to help you with the task I would need to know if those .m4a files are just in the current directory, in the current directory and it's subdirectories, on the entire current hard disk or on all the hard disks in the system. I would also need to know whether the AAC directory is a fixed directory, or whether i should for example be created in the current directory of either the source panel or the target panel in TC?
In order to help you with the task I would need to know if those .m4a files are just in the current directory, in the current directory and it's subdirectories, on the entire current hard disk or on all the hard disks in the system. I would also need to know whether the AAC directory is a fixed directory, or whether i should for example be created in the current directory of either the source panel or the target panel in TC?
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
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
Re: are there sort of rules/total to perform operations/actions?
Command: robocopy . AAC *.m4a /mov /ndl /nfl /njh /njs
Overquoting is evil! 👎
Re: are there sort of rules/total to perform operations/actions?
hi
i got it
but i thought tc could run an internal action and not script or bats files or exe
thanks
i got it
but i thought tc could run an internal action and not script or bats files or exe
thanks
love Total Commander , best file manager ever made
Re: are there sort of rules/total to perform operations/actions?
You can probably do it by combining multiple internal actions - that is why I asked this:but i thought tc could run an internal action and not script or bats files or exe
thanks
In order to try and create such a multi-command for you.petermad wrote:In order to help you with the task I would need to know if those .m4a files are just in the current directory, in the current directory and it's subdirectories, on the entire current hard disk or on all the hard disks in the system. I would also need to know whether the AAC directory is a fixed directory, or whether i should for example be created in the current directory of either the source panel or the target panel in TC?
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
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