On a Windows XP SP3 system, I am trying to get a command line invocation of UltraEdit from a batch file and I can't seem to get it right. Here is my line:
When I run this I get
The editor starts correctly and the file specified (JAGmodel.xml) is loaded, but the macro is not run. I have read the document Run a macro or script from the command line and thought I followed it right, but no luck.
By the way, the macro contains the following:
Thanks again for your patience and your help.
Code: Select all
Start "UltraEdit the Model offline" "C:\Program Files\IDM Computer Solutions\UltraEdit\Uedit32.exe" "O:\ReportNet\FrameWork\Population Star Schema\JAGmodel.xml" /m="C:\My Commands\My XML Format.mac"
The macro is where I pointed "C:\My Commands" and I checked the spelling a dozen times.UltraEdit wrote:C:\Program Files\IDM Computer Solutions\UltraEdit=C:\My Commands\My XML Format.mac contains an incorrect path.
The editor starts correctly and the file specified (JAGmodel.xml) is loaded, but the macro is not run. I have read the document Run a macro or script from the command line and thought I followed it right, but no luck.
By the way, the macro contains the following:
Code: Select all
InsertMode
ColumnModeOff
HexOff
XMLConvertToCRLF
ReIndentSelection