Hi,
I downloaded the toolset V9.51 file 'c51v951.exe' and installed it. Using ultraedit version '13.20+2' using Windows7.
I configured the Linker through the 'Advanced > Tool Configuration' menu.
The command line is like: C:\myprojects\MYLINK.BAT %p %n"
I fill MYLINK.BAT with ECHO [%1] [%2] > myfile.txt
At first run the %p (%1) and %n (%2) variables are written to myfile.txt.
At next runs myfile.txt contains only [][] without %1/%2 data with Command Output file showing: "C:\>echo [] [] 1>myfile.txt "
Executing MYLINK.BAT from any other batch file (without using ultraedit) runs fine.
If I rename the project folder then again the first time correct data is written to myfile.txt.
Where do I go wrong?
Thanks
Henk