the musix.bat file I created from mtx faq's works well in WinNT operating
system. It starts with the *.mtx file and gives out the *.ps file.
Regards,
Pantelis


@echo off
rem File musix.bat

prepmx %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel 1 then goto exit
echo %1 | pmxa
if errorlevel 1 then goto exit
pmxb
del %1.mx?
tex %1
if errorlevel 1 then goto exit
musixflx %1
tex %1
dvips -e0 -tletter %1
:exit 

Reply via email to