Hi!
I'm facing some issues and maybe a bug related to the use of the command line with UE.
Thanks and regards
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 :
works. ButCode: 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).Code: Select all
uedit32 "c:\first dir\second dir\file.txt"/10
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 :
orCode: 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 webpage mentioned above.Code: Select all
uedit32 c:\temp.txt /s=c:\testOutputUE.js
Thanks and regards