I'm facing some issues and maybe a bug related to the use of the command line with UE.
- To open a file and position the cursor on a specific line, I need to enclose the *whole* command into quotes if the filename or/and the path contains spaces.
Examples :- Code: Select all
uedit32 "c:\first dir\second dir\file.txt/10"
works. But- Code: Select all
uedit32 "c:\first dir\second dir\file.txt"/10
doesn't work (well, it opens the file, but I get an annoying error message).
It sounds more logical to me to use the second syntax, as the command line options should not be enclosed by quotes. - I also tried to use a script as described in Run a macro or script from the command line with no luck

I also tried zillions of quotes combinations, unsuccessfully. And even a very simple :- Code: Select all
uedit32 c:\temp.txt /s="c:\testOutputUE.js"
- Code: Select all
uedit32 c:\temp.txt /s=c:\testOutputUE.js
doesn't work for me - It is *very* similar to one of the examples of the web page mentioned above.
Thanks and regards

