E.g. if you have a directory "D:\temp\a;b"
and toolbar entry:
Code: Select all
Name: wt cmd ActivSel
Program: wt.exe
Parameter: --window 0 new-tab --profile "Eingabeaufforderung" -d "%ActivDir%\%ActivItem%"
Code: Select all
"%ActivItem:;=\;%"Code: Select all
wt --window 0 new-tab --profile "Eingabeaufforderung" -d "D:\temp\a;b"Code: Select all
wt --window 0 new-tab --profile "Eingabeaufforderung" -d "D:\temp\a\;b"Code: Select all
set "_temp=D:\temp\a;b"
wt --window 0 new-tab --profile "Eingabeaufforderung" -d "%_temp:;=\;%"
FC 2026 Build 940 64-bit in Win11 25H2