Hi Charles,
there is a difference between co2.exe and gxo2.exe. I tried this little batch file (ListMultilingual.bat) in \examples\WideStrings:
::List Multilingual.o2bas - assembly, script, intermediate
..\..\co2.exe -a -m Multilingual.o2bas > listc_a.txt
..\..\gxo2.exe -a -m Multilingual.o2bas > listg_a.txt
..\..\co2.exe -b -m Multilingual.o2bas > listc_b.txt
..\..\gxo2.exe -b -m Multilingual.o2bas > listg_b.txt
..\..\co2.exe -i -m Multilingual.o2bas > listc_i.txt
..\..\gxo2.exe -i -m Multilingual.o2bas > listg_i.txt
@echo.
@pause
co2.exe will create listings, gxo2.exe does not. I usually use co2.exe and I do not know if you wish to keep gxo2.exe but I wanted to draw your attention to the deviation.
Roland