Well, better once too much than too little.

Moderators: Hacker, petermad, Stefan2, white
Well, better once too much than too little.
and here:Ovg wrote: 2021-10-14, 19:23 UTC While I was rewriting the script, I found out that if you change the order of the columns in EV
you will have to write the changes in ini file and then completely exit EV
and launch it again so that the script will recognize the change.
but I cannot confirm this behaviour in this case:Ovg wrote: 2021-10-14, 19:59 UTC 2Horst.Epp
I found out that if you change the order of the columns in EV you will have to write the changes in ini file
and then completely exit EV and launch it again so that the script will recognize the change.
I suggest that one either adjust the script or adjust the text, e.g. as follows:Horst.Epp wrote: 2021-10-10, 17:58 UTC 5. Run the script once and edit the created ini file to make any necessary option changes.
No need to recompile the script.
ad 1.Ovg wrote: 2021-10-23, 06:47 UTC 2tuska
1. The script must be recompiled only if it has been changed (Added / deleted / changed commands).
If only comments are changed/added/deleted and/or ini file has been changed - recompile isn't required.
Comments - all after ;.
2. AddEndSlash=1 - add \ to the end of folder's path regardless EV parameter folder_append_path_separator
AddEndSlash=0 - don't add \ to the end of folder's path regardless EV parameter folder_append_path_separator
Script analyses full path (path+name) and if it belongs to folder - remove or adds \ if necessary according AddEndSlash
parameter. There are both files and folders in the result list. This is a TC's problem - require of trailing \.
Thank you for your answer.Horst.Epp wrote: 2021-10-23, 08:02 UTC 2tuska
For a normal usage there is never a need for the user to change the default of AddEndSlash = 1.
It makes no sense to see this as an option to only show files, as this is an error in TC and not wanted behaviour.
This switch is just a help for testing with new functions or settings in TC or Everything but not for normal usage.
Code: Select all
Skript in first post - line 164:
Run %TotalCmd% /O /T /S %DestinationDir% WORKS!
Run %TotalCmd% /O /T /A /L %DestinationDir% WORKS!
Run %TotalCmd% /O /A /R %DestinationDir% EV search result in TC - right panel ) I can't get this to work!
Run %TotalCmd% /O /T /A /R %DestinationDir% EV search result in TC - right panel ) The LEFT TC window is ALWAYS called up.
...
Thanks for your support and the tip!Horst.Epp wrote: 2021-10-26, 14:37 UTC That works fine here, the results are opened in the right side.
Run %TotalCmd% /O /T /R=%DestinationDir%
I prefere my solution in the script,
which opens on the active side which can be left or right.
Please note that your /A is of no value in the context of the script
as the result is never an archive.
Code: Select all
Run %TotalCmd% /O /T /R=%DestinationDir%
Run %TotalCmd% /O /R=%DestinationDir%
I am interested in your solution, but I do not know how to implement it at the moment.Horst.Epp wrote: 2021-10-10, 17:58 UTC 2. Create an Auto Switch mode which triggers when the dir from step 1 is opened
and sets the View mode "Branch View"