Load - import a file into the output window

Load - import a file into the output window

2
NewbieNewbie
2

    May 20, 2006#1

    Hi All,

    Is it possible to load\import a file into the output window?
    I got a script which rides an result.txt and I want to load that file into UE output window. So then I can click the erros lines form the output window and that UE will open the file into it's edit window.

    Thanks in advance!!

    6,683583
    Grand MasterGrand Master
    6,683583

      May 21, 2006#2

      No, not directly. But there is simple workaround for it. Create in UltraEdit a user tool (Advanced - Tool Configuration) with following command line:

      type "path to your result.txt\result.txt"

      The working directory can be empty. Select the option "DOS Program" and disable all save options. Select also "Capture Output" and "Output to List Box" and save this new tool. Run this user tool from menu Advanced, or from a toolbar or by hot key when you want the result of the script in the output window.

      If the tool is not working, enable also "Show DOS Box" in the tool output options. On Win98 the internal commands like type, dir, ... are not working without DOS box.
      Best regards from an UC/UE/UES for Windows user from Austria

      2
      NewbieNewbie
      2

        May 21, 2006#3

        Thanks! Working! :)

        Cheers.