- Posted by
- Yes, thanks for the hint with cmd, it should work also that way, and for users without Visual Studio or similar it's easier to achieve that way, for me it was easiest to create a little helper app. :) As for the integration through the .ini file, I saw this, but as I understood: it will not take the...Posted in Scripts
-   Topics
-   Views
- farangkao
Dec 20, 2018
- Okay, it works that way, if I start my own application which starts another application, UltraEdit won't block anymore. I know there is UltraCompare, but in our company we have only the license for UltraEdit without it, but we do have Beyond Compare. So I did this little trick to be able to compare ...Posted in Scripts
-   Topics
-   Views
- farangkao
Dec 14, 2018
- Yes, indeed I tried that. Did you manage to start an application by script without blocking UltraEdit? I'm now trying to create a little helper application which will start the target application and closes itself, to see if that will help achieve my goal. :)Posted in Scripts
-   Topics
-   Views
- farangkao
Dec 14, 2018
- I've tried to use RunTool in a script file, and it works. But the problem is that UltraEdit is waiting until the "tool" (a Windows application) is closed, even it is configured not to capture any output. For example my script opens a browser, now the message "Cancel Operation" is displayed in front ...Posted in Scripts
-   Topics
-   Views
- farangkao
Dec 13, 2018
- Oh... strange that UE doesn't open it's own file with the correct encoding then. I figured out with setting the Advanced->Code page to "65000 (UTF-7)", it shows the data properly. But easy to read it then with an external tool anyway, thanks for the hint! :)Posted in Projects/Workspace
-   Topics
-   Views
- farangkao
Dec 06, 2018
- Hi there, I would like to read the .prj files for a special tool, but the special characters (non-ASCII, or backslash) are encoded in a strange unknown way. For example: Backslash is saved as +AFw- So a saved path in a project looks like this: [FilesU - Temp] 0=Temp1 1=C:+AFw-Users+AFw-Public+AFw-D...Posted in Projects/Workspace
-   Topics
-   Views
- farangkao
Dec 06, 2018