I'm trying to automate a replace in files using the command line and a macro in a batch file, but the "x items replaced in x files" alert after the ReplInFiles command keeps UltraEdit from quitting by itself. Any ideas? Thanks...
Command line:
"C:\Program Files\UltraEdit\uedit32.exe" /M,E,1="V:\location\mymac.MAC/ReplMac"
Macro:
InsertMode
ColumnModeOff
HexOff
UnixReOff
ReplInFiles OutputWin "v:\files\" "*.txt" "TimesNewRomanPSMT"
"Times-Roman "
Command line:
"C:\Program Files\UltraEdit\uedit32.exe" /M,E,1="V:\location\mymac.MAC/ReplMac"
Macro:
InsertMode
ColumnModeOff
HexOff
UnixReOff
ReplInFiles OutputWin "v:\files\" "*.txt" "TimesNewRomanPSMT"
"Times-Roman "