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
)
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 isdone,
but it doesn't ever add the tzutc kludge... What am I doing wrong:
On 11.01.2024 14:57, Martin Kazmaier wrote:
I've got the following in the command line to run before the pack isdone,
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 )
What shell are your running it from? cmd.exe of windows? How about some logging in your .bat file to see what it actually does?
Cygwin and bash would be a good idea. 32bit cygwin is not supported anymore but it can be installed..
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,042 |
Nodes: | 16 (1 / 15) |
Uptime: | 00:09:32 |
Calls: | 500,919 |
Calls today: | 6 |
Files: | 109,372 |
D/L today: |
14,157 files (2,268M bytes) |
Messages: | 305,049 |
Posted today: | 6 |