Subj : befpack.bat
To : Tommi Koivula
From : Martin Kazmaier
Date : Thu Jan 11 2024 12:57 pm
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
)