Subj : Re: befpack.bat
To : Tommi Koivula
From : Martin Kazmaier
Date : Sat Jan 13 2024 02:14 pm
* In a message originally to Martin Kazmaier, Tommi Koivula said:
> Thunderbird/115.6.1. On 11.01.2024 14:57, Martin Kazmaier wrote:
> > I've got the following in the command line to run before the pack is
> done,
> > but it doesn't ever add the tzutc kludge... What am I doing wrong:
cd \ele\fastecho\tempout\
set findthis=TID: Fastecho 1.46.1 43288
set addthis=TID: Fastecho 1.46.1 43288\x0D\x01TZUTC: -0700
for %%a in (*.QQQ) DO ( sed -b -i 's/%findthis%/%addthis%/gi' %%a )
cmd.exe of windows. I installed sed in win32 from windows 10 using
chocolatey. Do I maybe not need the parenthesi (I'm guessing that's a
word...)?