Hi people,
I need to replace lot of files i need to open in HEX mode and replace a hex characters for others. I try the following macro but seems not to work.
Someone can help
thanks.
The macro i'm trying is the following:
InsertMode
ColumnModeOff
HexOn
UnixReOff
ReplInFiles "WinOutput" "" "E:\Profiles\" "*.spf" "4D 00"
"73 00"
The last string between "" is in a different line.
I put the HexOn at the begining.
my version is 11.00
The string searched and replaced is expressed in HEX.
Thanks.
I need to replace lot of files i need to open in HEX mode and replace a hex characters for others. I try the following macro but seems not to work.
Someone can help
thanks.
The macro i'm trying is the following:
InsertMode
ColumnModeOff
HexOn
UnixReOff
ReplInFiles "WinOutput" "" "E:\Profiles\" "*.spf" "4D 00"
"73 00"
The last string between "" is in a different line.
I put the HexOn at the begining.
my version is 11.00
The string searched and replaced is expressed in HEX.
Thanks.