- 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"
When I run this I get
"C:\Program Files\IDM Computer Solutions\UltraEdit=C:\My Commands\My XML Format.mac contains an incorrect path."
The macro is where I pointed "C:\My Commands" and I checked the spelling a dozen times..
The editor starts correctly and the file specified (JAGmodel.xml) is loaded but the macro is not run. I have read the document
and thought I followed it right, but no luck."Run a macro or script from the command line"
By the way, the macro contains the following:
- Code: Select all
InsertMode
ColumnModeOff
HexOff
XMLConvertToCRLF
ReIndentSelection
Thanks again for your patience and your help.


