echo OFF rem This batch demostrates the logo capability of IM rem Please do not try to run this unless you have already configured rem Inner Mission. rem rem First we rename the old drawing file so it won't get gronked rename im.dwg tmp.dwg rem Now we rename pie.dwg to im.dwg so IM will find it. rename pie.dwg im.dwg rem Now we call Inner Mission, and ask it to read the font file IM -v0 -y1 -u0 < pie.txt rem Pie.txt should just be the text of the user message. rem The less-than character is a DOS pipe feature: It sends the input to rem Inner Mission from a file, rather than having to type in the rem user message every time. rem rem Now we must put the original im.dwg back to it's original name. rename im.dwg pie.dwg rename tmp.dwg im.dwg rem Good! Now the user message should be set up. echo New message installed, pop-up the stars and hit the 'm' key