SC rename - can't prevent preview on ConvertToASCII
Posted: 20 Feb 2025 23:45
In a script I am performing various character replacements on a file such as:
which works fine, with no preview shown.
But when I try to use the pre-defined mode I cannot avoid / suppress the preview. For example
and similar variations because I'm not sure if, with this mode, the preview must be actively suppressed or merely not enabled.
I have the same problem with "RemoveDiacritics".
Is there any way to avoid / suppress the preview with this mode?
Thanks
Code: Select all
rename s, "-/", , , 64;But when I try to use the pre-defined mode I cannot avoid / suppress the preview. For example
Code: Select all
rename "ConvertToASCII", , ,;
rename "ConvertToASCII", 0, ;
rename "ConvertToASCII", , 0;
rename "ConvertToASCII", , , 0;I have the same problem with "RemoveDiacritics".
Is there any way to avoid / suppress the preview with this mode?
Thanks