Hello,
I'm still working on the usage of the UEDOS32.exe.
I'm trying to complete what I've started on http://www.ultraedit.com/forums/viewtop ... 12&t=10120.
I now want to open the output file from my compilation.
So, my batch file is now:
And I want to open the output file that is on the same folder with a name very like the input file.
The output is (same name, different extension "MSG"):
So, how do I open a file with UE from the UEDOS32.exe?
I must add that I don't have the .MSG or the .DATA associated to UE in Windows.
Ideas?
Thanks!
I'm still working on the usage of the UEDOS32.exe.
I'm trying to complete what I've started on http://www.ultraedit.com/forums/viewtop ... 12&t=10120.
I now want to open the output file from my compilation.
So, my batch file is now:
Code: Select all
@echo off
set EclipseFile=%~1
set EclipseDATA=%~n1
title Eclipse: %EclipseDATA%
echo Schlumberger Eclipse
echo.
echo DATA: %EclipseDATA%
echo.
echo PATH: %EclipseFile%
echo.
echo.
echo.
C:\ecl\macros\eclrun.exe eclipse "%EclipseFile%"
echo.
echo.
echo.
echo DATA: %EclipseDATA%
echo.
echo PATH: %EclipseFile%
set EclipseFile=
set EclipseDATA=
The output is (same name, different extension "MSG"):
Code: Select all
set EclipseMSG=%~n1.MSG
I must add that I don't have the .MSG or the .DATA associated to UE in Windows.
Ideas?
Thanks!
UltraEdit 16.30.0.1003
UltraCompare Professional 7.20.0.1009
Windows Vista Enterprise, 64 bits, Spanish
UltraCompare Professional 7.20.0.1009
Windows Vista Enterprise, 64 bits, Spanish