Load - import a file into the output window

This forum is user-to-user based and not regularly monitored by IDM.
Please see the note at the top of this page on how to contact IDM.

Load - import a file into the output window

Postby puzom » Sat May 20, 2006 11:45 am

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!!
User avatar
puzom
Newbie
 
Posts: 2
Joined: Fri May 19, 2006 11:00 pm

Re: Load - import a file into the output window

Postby Mofi » Sun May 21, 2006 8:30 am

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.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4042
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: Load - import a file into the output window

Postby puzom » Sun May 21, 2006 12:14 pm

Thanks! Working! :)

Cheers.
User avatar
puzom
Newbie
 
Posts: 2
Joined: Fri May 19, 2006 11:00 pm


Return to UltraEdit General Discussion