by 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.